Skip to content

Commit a4b3114

Browse files
authored
Update golangci-lint.yml
Zizmor error fix
1 parent 6a40403 commit a4b3114

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
persist-credentials: false
2426
- uses: actions/setup-go@v5
2527
with:
2628
go-version: "1.24"
2729
cache: true
2830
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@3d6fdd7b4c2b52e8c8cfa6b8e5a25f28b5c1c7c1
3032
with:
3133
# Require: The version of golangci-lint to use.
3234
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
3335
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
34-
version: latest
36+
version: v1.64.8
3537
args: --timeout=15m

0 commit comments

Comments
 (0)