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: