File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 fi
4747 - name : Post PR message about fork
4848 if : steps.check-if-fork.outputs.isFork == true && github.event_name == 'pull_request'
49- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
49+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
5050 with :
5151 script : |
5252 github.issues.createComment({
Original file line number Diff line number Diff line change 3737 ./release-please-config.json
3838
3939 - name : Check for non-releasable actions
40- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
40+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4141 with :
4242 script : |
4343 const fs = require('fs/promises');
Original file line number Diff line number Diff line change 4141 # `<actions>/<name>--sha`.
4242 - name : tag major and minor versions
4343 if : steps.release.outputs.releases_created == 'true'
44- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
44+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4545 env :
4646 RELEASES : ${{ toJSON(steps.release.outputs) }}
4747 with :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 - id : get-job-workflow-ref
106106 name : Fetch the job_workflow_ref of this run
107- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
107+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
108108 with :
109109 script : |
110110 const { jwtVerify, createRemoteJWKSet } = require('jose');
@@ -290,7 +290,7 @@ jobs:
290290 - name : Fetch Zizmor Config
291291 id : fetch-config
292292 if : steps.cache-config.outputs.cache-hit != 'true' && env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
293- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
293+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
294294 env :
295295 OWNER : ${{ needs.job-workflow-ref.outputs.owner }}
296296 REPO : ${{ needs.job-workflow-ref.outputs.repo }}
Original file line number Diff line number Diff line change 3737 echo "ref_sha=$REF_SHA" >> "$GITHUB_OUTPUT"
3838
3939 - id : get-github-jwt-token-proxy
40- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
40+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4141 env :
4242 VAULT_INSTANCE : ${{ inputs.vault_instance }}
4343 with :
4848 console.log("GitHub token creation done!")
4949
5050 - id : get-github-jwt-token-vault
51- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
51+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
5252 env :
5353 VAULT_INSTANCE : ${{ inputs.vault_instance }}
5454 with :
Original file line number Diff line number Diff line change 6464 REPO : ${{ github.repository }}
6565
6666 - id : get-github-jwt-token
67- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
67+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6868 env :
6969 VAULT_INSTANCE : ${{ inputs.vault_instance }}
7070 with :
You can’t perform that action at this time.
0 commit comments