@@ -44,20 +44,20 @@ jobs:
44
44
name : generate-sdk
45
45
steps :
46
46
- name : Checkout Repo
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
with :
49
49
lfs : true
50
50
- name : Install Go
51
- uses : actions/setup-go@v5
51
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
52
52
with :
53
53
go-version : 1.21.x
54
54
cache-dependency-path : " **/*.sum"
55
55
- name : Install pulumictl
56
- uses : jaxxstorm/action-install-gh-release@v1.11 .0
56
+ uses : jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14 .0
57
57
with :
58
58
repo : pulumi/pulumictl
59
59
- name : Install Pulumi CLI
60
- uses : pulumi/actions@v5
60
+ uses : pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6.0.0
61
61
- name : Cleanup SDK Folder
62
62
run : make clean
63
63
- name : Preparing Git Branch
93
93
git push origin generate-sdk/${{ github.run_id }}-${{ github.run_number }}
94
94
- name : Create PR
95
95
id : create-pr
96
- uses : repo-sync/pull-request@v2.6.2
96
+ uses : repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 # v2.12.1
97
97
with :
98
98
destination_branch : master
99
99
github_token : ${{ secrets.PULUMI_BOT_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103
103
source_branch : generate-sdk/${{ github.run_id }}-${{ github.run_number }}
104
104
- if : failure() && github.event_name == 'push'
105
105
name : Notify Slack
106
- uses : 8398a7/action-slack@v3
106
+ uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
107
107
with :
108
108
author_name : Failure during automated SDK generation
109
109
fields : repo,commit,author,action
0 commit comments