Skip to content

Commit ce15332

Browse files
chore(deps): update github actions
1 parent 13ef69a commit ce15332

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push-greenhouse-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
skip-setup-trivy: true
168168

169169
- name: Upload Trivy scan results to GitHub Security tab
170-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
170+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
171171
if: always()
172172
with:
173173
sarif_file: trivy-results.sarif

.github/workflows/build-push-supernova-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
skip-setup-trivy: true
187187

188188
- name: Upload Trivy scan results to GitHub Security tab
189-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
189+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
190190
if: always()
191191
with:
192192
sarif_file: trivy-results.sarif

.github/workflows/vulnerability-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: "Run Vulnerability Check"
2626
id: dep-review
27-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
27+
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
2828
with:
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}
3030
fail-on-severity: high

0 commit comments

Comments
 (0)