Skip to content

Commit 5315a47

Browse files
chore(deps): update github actions updates
1 parent 76f0768 commit 5315a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: [ ubuntu-latest ]
124124
steps:
125125
- name: Run Trivy vulnerability scanner
126-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
126+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
127127
if: success()
128128
with:
129129
image-ref: ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse:${{ github.sha }}
@@ -133,7 +133,7 @@ jobs:
133133
severity: 'CRITICAL,HIGH,MEDIUM'
134134

135135
- name: Upload Trivy scan results to GitHub Security tab
136-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
136+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
137137
if: always()
138138
with:
139139
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)