diff --git a/.github/workflows/ci-e2e-openshift.yaml b/.github/workflows/ci-e2e-openshift.yaml index c8f47a3e..d9095c92 100644 --- a/.github/workflows/ci-e2e-openshift.yaml +++ b/.github/workflows/ci-e2e-openshift.yaml @@ -58,7 +58,7 @@ jobs: steps: - name: Check permissions and /ok-to-test id: check - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | // Helper to check if user has write access @@ -237,7 +237,7 @@ jobs: - name: Write workflow summary if: always() - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const shouldRun = '${{ steps.check.outputs.should_run }}'; @@ -570,7 +570,7 @@ jobs: if: always() && github.event_name == 'issue_comment' && needs.gate.outputs.should_run == 'true' steps: - name: Report status to PR - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const prHeadSha = '${{ needs.gate.outputs.pr_head_sha }}';