Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2022
1 parent 06d1340 commit e8fa147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-console-docker.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Install Cosign
uses: sigstore/cosign-installer@v2.5.1
uses: sigstore/cosign-installer@v2.8.1
# Only sign the container if this is a release tag
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-graphql-docker.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Install Cosign
uses: sigstore/cosign-installer@v2.5.1
uses: sigstore/cosign-installer@v2.8.1
# Only sign the container if this is a release tag
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker-docker.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Install Cosign
uses: sigstore/cosign-installer@v2.5.1
uses: sigstore/cosign-installer@v2.8.1
# Only sign the container if this is a release tag
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
-
Expand Down

0 comments on commit e8fa147

Please sign in to comment.