We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309038 commit e0ff63eCopy full SHA for e0ff63e
.github/workflows/push-pr.yaml
@@ -58,6 +58,6 @@ jobs:
58
echo "golangci=$(make lint-version)" >> $GITHUB_OUTPUT
59
# Use the golangci-lint action, which provides Github-specific features such as diff annotations.
60
- name: golangci-lint
61
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
62
with:
63
version: ${{ steps.version.golangci }}
0 commit comments