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 3cd51b8 commit 2f1b52eCopy full SHA for 2f1b52e
2 files changed
.github/workflows/goreleaser.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
-
17
name: Checkout
18
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
19
with:
20
fetch-depth: 0
21
.github/workflows/lint-test-build.yml
@@ -7,7 +7,7 @@ jobs:
7
lint-test:
8
runs-on: ubuntu-24.04
9
10
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
11
12
- name: Set up Go
13
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
0 commit comments