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 f3ae3e4 commit 8db3d4fCopy full SHA for 8db3d4f
.github/workflows/golangci-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
go-version: ${{ steps.vars.outputs.go_version }}
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
35
36
version: v1.64.6
37
args: --out-format=colored-line-number
.github/workflows/tools-releases.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20
- name: Get changed files
21
id: changed-files
22
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # tag=v46.0.3
+ uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # tag=v46.0.5
23
24
files: |
25
hack/envtest/_matrix/*.yaml
0 commit comments