Skip to content

Commit

Permalink
Merge pull request #13 from zenjoy/dependabot/github_actions/sigstore…
Browse files Browse the repository at this point in the history
…/cosign-installer-3.1.2

Bump sigstore/cosign-installer from 3.1.1 to 3.1.2
  • Loading branch information
dedene authored Oct 3, 2023
2 parents c145842 + 438cd5a commit e59fb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Cosign
uses: sigstore/[email protected].1
uses: sigstore/[email protected].2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Cosign
uses: sigstore/[email protected].1
uses: sigstore/[email protected].2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "BASE_SHA=$(git merge-base --fork-point main)" | tee -a $GITHUB_ENV
- name: Install Cosign
uses: sigstore/[email protected].1
uses: sigstore/[email protected].2

- name: Generate docker-compliant image name
run: |
Expand Down

0 comments on commit e59fb1e

Please sign in to comment.