diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index f5489d54acf..ab2df00d423 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -7,6 +7,7 @@ on: - release-**.0 schedule: - cron: '0 0 * * 1' + workflow_dispatch: jobs: analyze: @@ -39,7 +40,7 @@ jobs: # queries: security-extended,security-and-quality - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19.4 @@ -99,4 +100,4 @@ jobs: - name: Fail if needed if: ${{ failure() }} run: | - exit 1 \ No newline at end of file + exit 1