File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
sudo apt-get update
30
30
sudo apt-get install -y libze1 libze-dev
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
32
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
33
33
with :
34
34
languages : ' go'
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
37
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
38
38
with :
39
39
category : " /language:go"
Original file line number Diff line number Diff line change 26
26
results_format : sarif
27
27
publish_results : true
28
28
- name : " Upload results to security"
29
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
29
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
30
30
with :
31
31
sarif_file : results.sarif
Original file line number Diff line number Diff line change 31
31
format : sarif
32
32
output : trivy-report.sarif
33
33
- name : Upload sarif report to GitHub Security tab
34
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
34
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
35
35
with :
36
36
sarif_file : trivy-report.sarif
You can’t perform that action at this time.
0 commit comments