3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
44
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
45
45
with :
46
46
languages : javascript
47
47
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
54
+ uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 https://git.io/JvXDl
65
65
# make release
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
68
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
Original file line number Diff line number Diff line change 51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : ' Upload to code-scanning'
54
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
54
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
55
55
with :
56
56
sarif_file : results.sarif
Original file line number Diff line number Diff line change 31
31
format : ' sarif'
32
32
output : ' trivy-results.sarif'
33
33
34
- - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
34
+ - uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
35
35
with :
36
36
sarif_file : trivy-results.sarif
37
37
category : ' docker-image-${{ matrix.tag }}'
0 commit comments