Skip to content

Commit 6336c9c

Browse files
authored
[internal] Update GitHub Actions workflow files (#221)
1 parent 65b4b42 commit 6336c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959

6060
- name: Setup Node
6161
if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
62+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6363
with:
6464
node-version: 20.x
6565
registry-url: https://registry.npmjs.org

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: true
5050
run: make prepare_local_workspace
5151
- name: golangci-lint
52-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
52+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
5353
with:
5454
version: v1.64.6
5555
working-directory: .

0 commit comments

Comments
 (0)