Skip to content

Commit 76a3bd8

Browse files
Bump the catch-all group in /.github/actions/docker-build-image with 2 updates (#1064)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 339e93f commit 76a3bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/docker-build-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130

131131
- name: Anchore Scan API Image
132132
if: inputs.grype-scan-enabled == 'true'
133-
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
133+
uses: anchore/scan-action@df395807f4554463d4455b8047cf58e37b6acaae # v6.5.0
134134
id: scan
135135
with:
136136
fail-build: ${{ inputs.grype-fail-build }}
@@ -145,7 +145,7 @@ runs:
145145

146146
- name: Upload SARIF Files
147147
if: always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push'
148-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
148+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
149149
continue-on-error: true # do not fail if GHAS is not enabled
150150
with:
151151
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)