diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index 9503c6a57..cca2d7db8 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -121,7 +121,7 @@ runs: - name: Build image ${{ env.IMAGE_NAME }} and export to docker if: inputs.grype-scan-enabled == 'true' - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ${{ inputs.base-directory }}/${{ inputs.image-dir }} tags: test-${{ env.IMAGE_NAME }} @@ -130,7 +130,7 @@ runs: - name: Anchore Scan API Image if: inputs.grype-scan-enabled == 'true' - uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0 + uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0 id: scan with: fail-build: ${{ inputs.grype-fail-build }} @@ -145,7 +145,7 @@ runs: - name: Upload SARIF Files if: always() && inputs.grype-scan-enabled == 'true' && github.event_name == 'push' - uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4 continue-on-error: true # do not fail if GHAS is not enabled with: sarif_file: ${{ steps.scan.outputs.sarif }} @@ -203,7 +203,7 @@ runs: - name: Build and Push image ${{ env.IMAGE_NAME }} id: build-and-push if: env.PUSH_IMAGE == 'true' - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ${{ inputs.base-directory }}/${{ inputs.image-dir }} platforms: linux/amd64,linux/arm64/v8