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 2120573 commit c4a7162Copy full SHA for c4a7162
1 file changed
.github/workflows/golangci-lint.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
30
with:
31
persist-credentials: false
32
- name: Install Go
@@ -40,7 +40,7 @@ jobs:
40
id: golangci-lint-version
41
run: echo "version=$(make print-golangci-lint-version)" >> $GITHUB_OUTPUT
42
- name: Lint
43
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
44
45
args: --verbose
46
version: ${{ steps.golangci-lint-version.outputs.version }}
0 commit comments