File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
path : ./out/artifacts
29
29
- name : Upload Sarif
30
30
if : always() && steps.build.outcome == 'success'
31
- uses : github/codeql-action/upload-sarif@v3
31
+ uses : github/codeql-action/upload-sarif@v3.27.6
32
32
with :
33
33
# Path to SARIF file relative to the root of the repository
34
34
sarif_file : cifuzz-sarif/results.sarif
Original file line number Diff line number Diff line change 28
28
29
29
# Initializes the CodeQL tools for scanning.
30
30
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.22.11
31
+ uses : github/codeql-action/init@3096afedf9873361b2b2f65e1445b13272c83eb8 # v2.22.11
32
32
with :
33
33
languages : ${{ matrix.language }}
34
34
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
39
39
run : go build ./...
40
40
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.22.11
42
+ uses : github/codeql-action/analyze@3096afedf9873361b2b2f65e1445b13272c83eb8 # v2.22.11
43
43
with :
44
44
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments