File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
44+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
4545 with :
4646 languages : javascript
4747
5151 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252 # If this step fails, then you should remove it and run the build manually (see below)
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
54+ uses : github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5555
5656 # ℹ️ Command-line programs to run using the OS shell.
5757 # 📚 https://git.io/JvXDl
6565 # make release
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
68+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
Original file line number Diff line number Diff line change 5252
5353 # Upload the results to GitHub's code scanning dashboard.
5454 - name : ' Upload to code-scanning'
55- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
55+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5656 with :
5757 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3131 format : ' sarif'
3232 output : ' trivy-results.sarif'
3333
34- - uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
34+ - uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
3535 with :
3636 sarif_file : trivy-results.sarif
3737 category : ' docker-image-${{ matrix.tag }}'
You can’t perform that action at this time.
0 commit comments