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 217601b commit cc0d819Copy full SHA for cc0d819
.github/workflows/push-pr.yaml
@@ -75,6 +75,6 @@ jobs:
75
echo "golangci=$(make lint-version)" >> $GITHUB_OUTPUT
76
# Use the golangci-lint action, which provides Github-specific features such as diff annotations.
77
- name: golangci-lint
78
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
79
with:
80
version: ${{ steps.version.golangci }}
0 commit comments