Skip to content

Commit

Permalink
build: Update build dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed May 26, 2024
1 parent 9b20771 commit df7b829
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
image-digest: ${{ steps.image-info.outputs.image_digest }}
steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Set up Carvel
uses: carvel-dev/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Log into container registry
uses: redhat-actions/podman-login@v1.6
uses: redhat-actions/podman-login@v1.7
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -87,10 +87,10 @@ jobs:
IMAGE_DIGEST: ${{ needs.build.outputs.image-digest }}
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0

- name: Log into container registry
uses: redhat-actions/podman-login@v1.6
uses: redhat-actions/podman-login@v1.7
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -106,7 +106,7 @@ jobs:
actions: read
id-token: write
packages: write
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
with:
image: ${{ needs.build.outputs.image-name }}
digest: ${{ needs.build.outputs.image-digest }}
Expand Down

0 comments on commit df7b829

Please sign in to comment.