File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
49+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5050 with :
5151 script : |
5252 github.issues.createComment({
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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
44+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4545 env :
4646 RELEASES : ${{ toJSON(steps.release.outputs) }}
4747 with :
Original file line number Diff line number Diff line change 9898
9999 - id : get-job-workflow-ref
100100 name : Fetch the job_workflow_ref of this run
101- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
101+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
102102 with :
103103 script : |
104104 const { jwtVerify, createRemoteJWKSet } = require('jose');
@@ -270,7 +270,7 @@ jobs:
270270 - name : Fetch Zizmor Config
271271 id : fetch-config
272272 if : steps.cache-config.outputs.cache-hit != 'true' && env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
273- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
273+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
274274 env :
275275 OWNER : ${{ needs.job-workflow-ref.outputs.owner }}
276276 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
40- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
40+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4141 env :
4242 VAULT_INSTANCE : ${{ inputs.vault_instance }}
4343 with :
4747 core.setOutput("github-jwt",jwt);
4848
4949 - id : get-github-jwt-auth-token
50- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
50+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5151 env :
5252 VAULT_INSTANCE : ${{ inputs.vault_instance }}
5353 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
67+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
6868 env :
6969 VAULT_INSTANCE : ${{ inputs.vault_instance }}
7070 with :
You can’t perform that action at this time.
0 commit comments