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.
2 parents 4142407 + 979c202 commit 63d5e87Copy full SHA for 63d5e87
.github/workflows/update-golangci-lint.yaml
@@ -40,7 +40,7 @@ jobs:
40
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
41
- name: Create Pull Request
42
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
43
- uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # tag=v7.0.7
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # tag=v7.0.8
44
with:
45
commit-message: "This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
46
title: ":seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"
0 commit comments