Skip to content

Commit

Permalink
update cosign binary and let action run on change to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerentis committed Oct 21, 2022
1 parent 065ee59 commit f1cc9f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths:
- 'jenkins-jnlp-slave/**'
- 'jenkins-inbound-agent/**'
- '.github/workflows/**'
pull_request:
branches: [ master ]
paths:
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.4.0'
cosign-release: 'v1.13.1'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit f1cc9f5

Please sign in to comment.