Skip to content

Commit

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

chore(deps): update sigstore/cosign-installer action to v2.8.0
  • Loading branch information
thepwagner committed Oct 11, 2022
2 parents 77238e8 + 46e61cf commit 552d802
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 @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: "🌎 Setup Cosign"
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # tag=v2.7.0
uses: sigstore/cosign-installer@7cc35d7fdbe70d4278a0c96779081e6fac665f88 # tag=v2.8.0

- name: "🕵️ Extract git tree"
run: echo ::set-output name=tree::$(git log --pretty='%T' -1)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
token: ${{secrets.not_github_token}}
- name: "🌎 Setup Cosign"
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # tag=v2.7.0
uses: sigstore/cosign-installer@7cc35d7fdbe70d4278a0c96779081e6fac665f88 # tag=v2.8.0

- name: "🕵️ Extract git tree"
run: echo ::set-output name=tree::$(git log --pretty='%T' -1)
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@ced07f21fb1da67979f539bbc6304c16c0677e76 # tag=v2.7.0
uses: sigstore/cosign-installer@7cc35d7fdbe70d4278a0c96779081e6fac665f88 # tag=v2.8.0

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

0 comments on commit 552d802

Please sign in to comment.