diff --git a/.github/workflows/.test-bake.yml b/.github/workflows/.test-bake.yml index da8e9a2..9903a94 100644 --- a/.github/workflows/.test-bake.yml +++ b/.github/workflows/.test-bake.yml @@ -144,7 +144,7 @@ jobs: steps: - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 + uses: crazy-max/ghaction-container-scan@ffcba8deb5cb3531954cbedbbcd0179d79edf510 # v4.1.0 with: image: docker.io/dockereng/github-builder-test@${{ needs.bake-dockerhub.outputs.digest }} diff --git a/.github/workflows/.test-build.yml b/.github/workflows/.test-build.yml index eb16c6c..13c98c3 100644 --- a/.github/workflows/.test-build.yml +++ b/.github/workflows/.test-build.yml @@ -143,7 +143,7 @@ jobs: steps: - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 + uses: crazy-max/ghaction-container-scan@ffcba8deb5cb3531954cbedbbcd0179d79edf510 # v4.1.0 with: image: docker.io/dockereng/github-builder-test@${{ needs.build-dockerhub.outputs.digest }}