Skip to content

Commit 4e234e0

Browse files
authored
Merge pull request #103 from soulteary/chore/upgrade-codeql-github-action
2 parents 010f3ec + 0a9bfd7 commit 4e234e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 0 * * 0'
1010

1111
jobs:
12-
build:
12+
scan:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out code into the Go module directory
@@ -20,7 +20,7 @@ jobs:
2020
# we let the report trigger content trigger a failure using the GitHub Security features.
2121
args: '-no-fail -fmt sarif -out results.sarif ./...'
2222
- name: Upload SARIF file
23-
uses: github/codeql-action/upload-sarif@v1
23+
uses: github/codeql-action/upload-sarif@v2
2424
with:
2525
# Path to SARIF file relative to the root of the repository
2626
sarif_file: results.sarif

0 commit comments

Comments
 (0)