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 2828 path : ./out/artifacts
2929 - name : Upload Sarif
3030 if : always() && steps.build.outcome == 'success'
31- uses : github/codeql-action/upload-sarif@v3.27.9
31+ uses : github/codeql-action/upload-sarif@v3.28.0
3232 with :
3333 # Path to SARIF file relative to the root of the repository
3434 sarif_file : cifuzz-sarif/results.sarif
Original file line number Diff line number Diff line change 2828
2929 # Initializes the CodeQL tools for scanning.
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@dd7559424621a6dd0b32ababe9e4b271a87f78d2 # v2.22.11
31+ uses : github/codeql-action/init@78760076e3f08852c2c3aeb5334f70d074e28c59 # v2.22.11
3232 with :
3333 languages : ${{ matrix.language }}
3434 # 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
3939 run : go build ./...
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@dd7559424621a6dd0b32ababe9e4b271a87f78d2 # v2.22.11
42+ uses : github/codeql-action/analyze@78760076e3f08852c2c3aeb5334f70d074e28c59 # v2.22.11
4343 with :
4444 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments