3838 steps :
3939 # Get the artifacts with the PR number and branch name
4040 - name : Download artifact
41- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
41+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4242 with :
4343 script : |
4444 const fs = require('fs');
5858
5959 # Extract the info from the artifact and set variables
6060 - name : Extract PR info from artifact
61- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
61+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6262 with :
6363 script : |
6464 const fs = require('fs');
8585
8686 # Validate the integrity of the artifact
8787 - name : Validate Artifact Integrity
88- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
88+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
8989 with :
9090 script : |
9191 const crypto = require('crypto');
@@ -104,7 +104,7 @@ jobs:
104104
105105 # Kick off the job in amplify
106106 - name : Deploy Site
107- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
107+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
108108 env :
109109 APP_ID : ${{ inputs.APP_ID }}
110110 APP_NAME : ${{ inputs.APP_NAME }}
@@ -171,7 +171,7 @@ jobs:
171171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
172172 APP_ID : ${{ inputs.APP_ID }}
173173 APP_NAME : ${{ inputs.APP_NAME }}
174- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
174+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
175175 with :
176176 script : |
177177 const fs = require('fs');
0 commit comments