Commit 311b3c1 1 parent fcefbb9 commit 311b3c1 Copy full SHA for 311b3c1
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
54
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
74
74
./build.sh
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
77
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
78
78
with :
79
79
category : " /language:${{matrix.language}}"
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
75
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
76
76
with :
77
77
sarif_file : results.sarif
Original file line number Diff line number Diff line change 63
63
output : Trivy-dockerfile.sarif
64
64
65
65
- name : Upload Trivy scan results to GitHub Security tab
66
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
66
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67
67
with :
68
68
sarif_file : Trivy-dockerfile.sarif
69
69
@@ -101,7 +101,7 @@ jobs:
101
101
output : Trivy-manager-dockerfile.sarif
102
102
103
103
- name : Upload Trivy scan results to GitHub Security tab
104
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
104
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
105
105
with :
106
106
sarif_file : Trivy-manager-dockerfile.sarif
107
107
You can’t perform that action at this time.
0 commit comments