Skip to content

Commit dcbc22f

Browse files
Bump the catch-all group in /.github/actions/docker-build-image with 2 updates (#784)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7a2fcf commit dcbc22f

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
@@ -126,7 +126,7 @@ runs:
126126

127127
- name: Anchore Scan API Image
128128
if: inputs.grype-scan-enabled == 'true'
129-
uses: anchore/scan-action@4e08a16a68fb1b35d2fca00f0607db0b5b5120a7 # v5.0.0
129+
uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1
130130
id: scan
131131
with:
132132
fail-build: ${{ inputs.grype-fail-build }}
@@ -141,7 +141,7 @@ runs:
141141

142142
- name: Upload SARIF Files
143143
if: always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push'
144-
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
144+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
145145
continue-on-error: true # do not fail if GHAS is not enabled
146146
with:
147147
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)