We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010f3ec + 0a9bfd7 commit 4e234e0Copy full SHA for 4e234e0
.github/workflows/scan.yml
@@ -9,7 +9,7 @@ on:
9
- cron: '0 0 * * 0'
10
11
jobs:
12
- build:
+ scan:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out code into the Go module directory
@@ -20,7 +20,7 @@ jobs:
20
# we let the report trigger content trigger a failure using the GitHub Security features.
21
args: '-no-fail -fmt sarif -out results.sarif ./...'
22
- name: Upload SARIF file
23
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v2
24
with:
25
# Path to SARIF file relative to the root of the repository
26
sarif_file: results.sarif
0 commit comments