This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
35
35
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
37
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
queries : +security-and-quality
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
43
+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v2.3.3
46
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
47
47
with :
48
48
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
70
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 42
42
severity : ' CRITICAL,HIGH'
43
43
44
44
- name : Upload Trivy scan results to GitHub Security tab
45
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
45
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
46
46
with :
47
47
sarif_file : ' testpmd-trivy-results.sarif'
Original file line number Diff line number Diff line change 44
44
severity : ' CRITICAL,HIGH'
45
45
46
46
- name : Upload Trivy scan results to GitHub Security tab
47
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
47
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
48
48
with :
49
49
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments