Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wapwagner committed Jan 31, 2024
1 parent 027ae1a commit 64f7831
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 64f7831

Please sign in to comment.