19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
22
- - uses : tspascoal/get-user-teams-membership@v2
22
+ - uses : tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3.0.0
23
23
id : checkUserMember
24
24
with :
25
25
username : ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
109
109
make e2e-regex-check
110
110
111
111
- name : React to comment with failure
112
- uses : dkershner6/reaction-action@v2
112
+ uses : dkershner6/reaction-action@97ede302a1b145b3739dec3ca84a489a34ef48b5 # v2
113
113
if : steps.regex-validation.outcome != 'success'
114
114
with :
115
115
token : ${{ secrets.GITHUB_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131
131
run : exit 1
132
132
133
133
- name : Login to GitHub Container Registry
134
- uses : docker/login-action@v3
134
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
135
135
with :
136
136
# Username used to log in to a Docker registry. If not set then no login will occur
137
137
username : ${{ github.repository_owner }}
@@ -174,7 +174,7 @@ jobs:
174
174
gh pr checkout ${{ needs.triage.outputs.pr_num }}
175
175
git checkout ${{ needs.triage.outputs.commit_sha }}
176
176
177
- - uses : oNaiPs/secrets-to-env-action@v1
177
+ - uses : oNaiPs/secrets-to-env-action@ec46a22bfc9b37e014b627b3208b07eb8909ea0f # v1.5
178
178
with :
179
179
secrets : ${{ toJSON(secrets) }}
180
180
@@ -219,7 +219,7 @@ jobs:
219
219
TEST_CLUSTER_NAME : keda-e2e-cluster-pr
220
220
221
221
- name : React to comment with success
222
- uses : dkershner6/reaction-action@v2
222
+ uses : dkershner6/reaction-action@97ede302a1b145b3739dec3ca84a489a34ef48b5 # v2
223
223
if : steps.test.outcome == 'success'
224
224
with :
225
225
token : ${{ secrets.GITHUB_TOKEN }}
@@ -237,7 +237,7 @@ jobs:
237
237
details_url : https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
238
238
239
239
- name : React to comment with failure
240
- uses : dkershner6/reaction-action@v2
240
+ uses : dkershner6/reaction-action@97ede302a1b145b3739dec3ca84a489a34ef48b5 # v2
241
241
if : steps.test.outcome != 'success'
242
242
with :
243
243
token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments