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 34
34
path : ./out/artifacts
35
35
- name : Upload Sarif
36
36
if : always() && steps.build.outcome == 'success'
37
- uses : github/codeql-action/upload-sarif@v3.29.2
37
+ uses : github/codeql-action/upload-sarif@v3.29.3
38
38
with :
39
39
# Path to SARIF file relative to the root of the repository
40
40
sarif_file : cifuzz-sarif/results.sarif
Original file line number Diff line number Diff line change 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@dcc1a6637b570d406bec5125dce2e2157d914359 # v2.22.11
35
+ uses : github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b # v2.22.11
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
# 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
43
43
run : go build ./...
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@dcc1a6637b570d406bec5125dce2e2157d914359 # v2.22.11
46
+ uses : github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b # v2.22.11
47
47
with :
48
48
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments