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 37220f6 commit 7f536acCopy full SHA for 7f536ac
.github/workflows/pr-verify.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Verify Shellcheck
27
run: make verify-shellcheck
28
29
- - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
30
with:
31
node-version: "18"
32
- name: Install renovate
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
fetch-depth: 0
19
- run: git fetch --force --tags
20
- - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
21
22
go-version: stable
23
0 commit comments