|
34 | 34 | steps: |
35 | 35 | - name: Extract command from comment |
36 | 36 | id: extract |
37 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 37 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
38 | 38 | with: |
39 | 39 | script: | |
40 | 40 | if (context.eventName === 'workflow_dispatch') { |
|
97 | 97 | runs-on: ubuntu-latest |
98 | 98 | steps: |
99 | 99 | - name: Add error comment |
100 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 100 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
101 | 101 | env: |
102 | 102 | INPUT_ERROR_MESSAGE: ${{ needs.parse.outputs.error-message }} |
103 | 103 | INPUT_PR_NUMBER: ${{ needs.parse.outputs.pr-number }} |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | steps: |
139 | 139 | - name: Get PR branch data |
140 | 140 | id: get-branch |
141 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 141 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
142 | 142 | env: |
143 | 143 | INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }} |
144 | 144 | INPUT_PR_NUMBER: ${{ needs.parse.outputs.pr-number }} |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | actions: write |
240 | 240 | steps: |
241 | 241 | - name: Dispatch workspace smoke tests |
242 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 242 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
243 | 243 | with: |
244 | 244 | script: | |
245 | 245 | await github.rest.actions.createWorkflowDispatch({ |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 |
|
276 | 276 | steps: |
277 | 277 | - name: Report skipped command |
278 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 278 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
279 | 279 | env: |
280 | 280 | INPUT_OVERLAY_COMMIT: ${{ needs.prepare.outputs.overlay-commit }} |
281 | 281 | INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }} |
@@ -379,7 +379,7 @@ jobs: |
379 | 379 | runs-on: ubuntu-latest |
380 | 380 | steps: |
381 | 381 | - name: Add completion comment |
382 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 382 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
383 | 383 | env: |
384 | 384 | INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }} |
385 | 385 | INPUT_PR_NUMBER: ${{ needs.prepare.outputs.pr-number }} |
@@ -447,7 +447,7 @@ jobs: |
447 | 447 | runs-on: ubuntu-latest |
448 | 448 | steps: |
449 | 449 | - name: Add completion comment |
450 | | - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 |
| 450 | + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
451 | 451 | env: |
452 | 452 | INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }} |
453 | 453 | INPUT_PR_NUMBER: ${{ needs.prepare.outputs.pr-number }} |
|
0 commit comments