File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259
260260 - name : Comment on PR
261261 if : always()
262- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
262+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
263263 env :
264264 PR_NUMBER : ${{ needs.e2e-test.outputs.pr_number }}
265265 IMAGE : ${{ needs.e2e-test.outputs.image }}
@@ -398,7 +398,7 @@ jobs:
398398
399399 - name : Comment on PR
400400 if : steps.pr-info.outputs.pr_number != ''
401- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
401+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
402402 env :
403403 PR_NUMBER : ${{ steps.pr-info.outputs.pr_number }}
404404 E2E_RUN_ID : ${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Comment on PR
242242 if : env.HAS_QUAY_AUTH == 'true'
243- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
243+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
244244 env :
245245 PR_NUMBER : ${{ steps.pr-info.outputs.pr_number }}
246246 SHORT_SHA : ${{ steps.pr-info.outputs.short_sha }}
@@ -429,7 +429,7 @@ jobs:
429429 pull-requests : write
430430 steps :
431431 - name : Comment on PR
432- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
432+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
433433 env :
434434 BUILD_RUN_ID : ${{ github.event.workflow_run.id }}
435435 with :
You can’t perform that action at this time.
0 commit comments