Skip to content

Commit

Permalink
Allow manually kicking off CodeQL (#12200)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink authored Feb 2, 2023
1 parent 92f0c14 commit 94732b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- release-**.0
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

jobs:
analyze:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -99,4 +100,4 @@ jobs:
- name: Fail if needed
if: ${{ failure() }}
run: |
exit 1
exit 1

0 comments on commit 94732b2

Please sign in to comment.