We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d777c82 commit 9ce7531Copy full SHA for 9ce7531
.github/workflows/cicd.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16
- name: Setup Go
17
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
18
with:
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Checkout repository
51
52
53
# Install the cosign tool except on PR
54
# https://github.com/sigstore/cosign-installer
0 commit comments