We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b4b42 commit 6336c9cCopy full SHA for 6336c9c
.github/actions/setup-tools/action.yml
@@ -59,7 +59,7 @@ runs:
59
60
- name: Setup Node
61
if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
63
with:
64
node-version: 20.x
65
registry-url: https://registry.npmjs.org
.github/workflows/lint.yml
@@ -49,7 +49,7 @@ jobs:
49
continue-on-error: true
50
run: make prepare_local_workspace
51
- name: golangci-lint
52
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
53
54
version: v1.64.6
55
working-directory: .
0 commit comments