File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
run : |
94
94
echo "GOOS=windows" >> $GITHUB_ENV
95
95
- name : golangci-lint - windows
96
- uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3 .0
96
+ uses : golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0 .0
97
97
with :
98
98
# Pin the version in case all the builds start to fail at the same time.
99
99
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,
@@ -104,7 +104,7 @@ jobs:
104
104
run : |
105
105
echo "GOOS=darwin" >> $GITHUB_ENV
106
106
- name : golangci-lint - darwin
107
- uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3 .0
107
+ uses : golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0 .0
108
108
with :
109
109
# Pin the version in case all the builds start to fail at the same time.
110
110
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,
You can’t perform that action at this time.
0 commit comments