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 51eb9ae commit a0eb152Copy full SHA for a0eb152
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: read
14
steps:
15
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16
with:
17
fetch-depth: 0
18
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
.github/workflows/unitest.yaml
@@ -8,7 +8,7 @@ jobs:
8
unitest:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
go-version: '1.24.4'
0 commit comments