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 2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
32+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3333 with :
3434 languages : ${{ matrix.language }}
3535 # 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
4040 run : go build ./...
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
43+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4444 with :
4545 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5858 # Upload the results to GitHub's code scanning dashboard (optional).
5959 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060 - name : " Upload to code-scanning"
61- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
61+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6262 with :
6363 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments