20
20
steps :
21
21
- name : Install Go
22
22
if : inputs.tools == 'all' || contains(inputs.tools, 'go')
23
- uses : actions/setup-go@v5
23
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
24
24
with :
25
25
go-version : " 1.23.x"
26
26
cache-dependency-path : |
@@ -30,52 +30,52 @@ runs:
30
30
31
31
- name : Install pulumictl
32
32
if : inputs.tools == 'all' || contains(inputs.tools, 'pulumictl')
33
-
33
+ uses : jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0
34
34
with :
35
35
tag : v0.0.46
36
36
repo : pulumi/pulumictl
37
37
38
38
- name : Install Pulumi CLI
39
39
if : inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
40
- uses : pulumi/actions@v5
40
+ uses : pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
41
41
with :
42
42
pulumi-version : " dev"
43
43
44
44
- name : Install Schema Tools
45
45
if : inputs.tools == 'all' || contains(inputs.tools, 'schema-tools')
46
-
46
+ uses : jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0
47
47
with :
48
48
repo : pulumi/schema-tools
49
49
50
50
- name : Setup Node
51
51
if : inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
52
- uses : actions/setup-node@v4
52
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
53
53
with :
54
54
node-version : 20.x
55
55
registry-url : https://registry.npmjs.org
56
56
57
57
- name : Setup DotNet
58
58
if : inputs.tools == 'all' || contains(inputs.tools, 'dotnet')
59
- uses : actions/setup-dotnet@v4
59
+ uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
60
60
with :
61
61
dotnet-version : 6.0.x
62
62
63
63
- name : Setup Python
64
64
if : inputs.tools == 'all' || contains(inputs.tools, 'python')
65
- uses : actions/setup-python@v5
65
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
66
66
with :
67
67
python-version : 3.11.8
68
68
69
69
- name : Setup Java
70
70
if : inputs.tools == 'all' || contains(inputs.tools, 'java')
71
- uses : actions/setup-java@v4
71
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
72
72
with :
73
73
cache : gradle
74
74
distribution : temurin
75
75
java-version : 11
76
76
77
77
- name : Setup Gradle
78
78
if : inputs.tools == 'all' || contains(inputs.tools, 'java')
79
- uses : gradle/gradle-build-action@v3
79
+ uses : gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
80
80
with :
81
81
gradle-version : 7.6
0 commit comments