We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d1ad7d + 9e60ed8 commit 4ebd6e4Copy full SHA for 4ebd6e4
2 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
16
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17
- name: Format Unix
18
if: runner.os == 'Linux'
19
run: test -z $(go fmt ./...)
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
name: lint
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
10
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
11
12
go-version: '1.25'
0 commit comments