Skip to content

Commit

Permalink
Merge pull request #79 from thepwagner-org/renovate/sigstore-cosign-i…
Browse files Browse the repository at this point in the history
…nstaller-3.x

chore(deps): update sigstore/cosign-installer action to v3.4.0
  • Loading branch information
thepwagner committed Feb 1, 2024
2 parents 027ae1a + 64f7831 commit 74330de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: "🌎 Setup Cosign"
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0

- name: "🕵️ Extract git tree"
run: echo "tree=$(git log --pretty='%T' -1)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
token: ${{secrets.not_github_token}}
- name: "🌎 Setup Cosign"
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0

- name: "🕵️ Extract git tree"
run: echo "tree=$(git log --pretty='%T' -1)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
persist-credentials: false
- name: "🌎 Setup Cosign"
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0

- name: "🕵️ Extract git tree"
run: echo "tree=$(git log --pretty='%T' -1)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 74330de

Please sign in to comment.