File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Setup Node
61
61
if : inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
62
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
63
63
with :
64
64
node-version : 20.x
65
65
registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change 48
48
continue-on-error : true
49
49
run : make prepare_local_workspace
50
50
- name : golangci-lint
51
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
51
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
52
52
with :
53
53
version : v1.64.6
54
54
working-directory : provider
Original file line number Diff line number Diff line change 27
27
run : |
28
28
make ci-mgmt
29
29
- name : Create PR (no linked issue)
30
- uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
30
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
31
31
with :
32
32
author :
pulumi-bot <[email protected] >
33
33
base : main
You can’t perform that action at this time.
0 commit comments