Skip to content

Commit e62df54

Browse files
chore(deps): update github/codeql-action action to v4.31.0
1 parent 145b1b8 commit e62df54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
output: trivy-${{ matrix.image.image-name }}.sarif
8888

8989
- name: Upload Trivy scan results to GitHub Security tab
90-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
90+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
9191
if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }}
9292
with:
9393
sarif_file: trivy-${{ matrix.image.image-name }}.sarif

0 commit comments

Comments
 (0)