From 1a95022364ce1ff1ec1a207a87619663ab05a02f Mon Sep 17 00:00:00 2001 From: wesleymccollam Date: Wed, 25 Feb 2026 09:35:58 -0500 Subject: [PATCH] add spaces to cron workflows to update permissions --- .github/workflows/code-analysis-lint-test.yaml | 1 + .github/workflows/codeql.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/code-analysis-lint-test.yaml b/.github/workflows/code-analysis-lint-test.yaml index 3963b8f0..fe7747f2 100644 --- a/.github/workflows/code-analysis-lint-test.yaml +++ b/.github/workflows/code-analysis-lint-test.yaml @@ -110,6 +110,7 @@ jobs: # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # install-mode: "goinstall" + importfmt: name: importfmt needs: [build] diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index ffe382be..8022c451 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -9,6 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # + name: "CodeQL" on: