Skip to content

Commit 1642aa4

Browse files
authored
[internal] Update GitHub Actions workflow files (#266)
1 parent ed6bd05 commit 1642aa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
steps:
2727
- name: Install Go
2828
if: inputs.tools == 'all' || contains(inputs.tools, 'go')
29-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
29+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3030
with:
3131
go-version: "1.21.x"
3232
cache-dependency-path: |
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
50+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6
5151
with:
5252
pulumi-version: "dev"
5353

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636
- name: Install go
37-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
37+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3838
with:
3939
# The versions of golangci-lint and setup-go here cross-depend and need to update together.
4040
go-version: 1.23

0 commit comments

Comments
 (0)