Skip to content

Commit

Permalink
Merge pull request kubewarden#791 from kubewarden/renovate/all-minor-…
Browse files Browse the repository at this point in the history
…patch

chore(deps): update all non-major dependencies
  • Loading branch information
viccuad authored Jul 1, 2024
2 parents 9e504e7 + 3329158 commit 235d006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and push container image
if: ${{ inputs.push-image }}
id: build-image
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
context: .
file: ./Dockerfile
Expand All @@ -72,7 +72,7 @@ jobs:
# and they run on amd64 arch, let's skip the arm64 build for now.
name: Build linux/amd64 container image
if: ${{ inputs.push-image == false }}
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
context: .
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20
uses: kubewarden/github-actions/syft-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0

- name: Install the crane command
uses: kubewarden/github-actions/crane-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20
uses: kubewarden/github-actions/crane-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0

- name: Login to GitHub Container Registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
Expand Down

0 comments on commit 235d006

Please sign in to comment.