File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
32
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# 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
40
40
run : go build ./...
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
43
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
44
44
with :
45
45
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 58
58
# Upload the results to GitHub's code scanning dashboard (optional).
59
59
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
60
60
- name : " Upload to code-scanning"
61
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
61
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
62
62
with :
63
63
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments