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 @@ -40,16 +40,16 @@ jobs:
40
40
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2
41
41
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
43
+ uses : github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
queries : +security-and-quality
47
47
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
49
+ uses : github/codeql-action/autobuild@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
50
50
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v2.3.3
52
+ uses : github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v2.3.3
53
53
with :
54
54
category : " /language:${{ matrix.language }}"
55
55
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
75
+ uses : github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
76
76
with :
77
77
sarif_file : results.sarif
Original file line number Diff line number Diff line change 47
47
severity : ' CRITICAL,HIGH'
48
48
49
49
- name : Upload Trivy scan results to GitHub Security tab
50
- uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
50
+ uses : github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
51
51
with :
52
52
sarif_file : ' testpmd-trivy-results.sarif'
Original file line number Diff line number Diff line change 49
49
severity : ' CRITICAL,HIGH'
50
50
51
51
- name : Upload Trivy scan results to GitHub Security tab
52
- uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
52
+ uses : github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
53
53
with :
54
54
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments