7373 destination : ${{ runner.temp }}/gh-aw/actions
7474
7575 - name : Close expired discussions
76- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
76+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7777 with :
7878 script : |
7979 const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
8282 await main();
8383
8484 - name : Close expired issues
85- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
85+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8686 with :
8787 script : |
8888 const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
9191 await main();
9292
9393 - name : Close expired pull requests
94- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
94+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9595 with :
9696 script : |
9797 const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
@@ -118,7 +118,7 @@ jobs:
118118 destination : ${{ runner.temp }}/gh-aw/actions
119119
120120 - name : Check admin/maintainer permissions
121- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
121+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
122122 with :
123123 github-token : ${{ secrets.GITHUB_TOKEN }}
124124 script : |
@@ -133,7 +133,7 @@ jobs:
133133 version : v0.67.0
134134
135135 - name : Run operation
136- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
136+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
137137 env :
138138 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139139 GH_AW_OPERATION : ${{ github.event.inputs.operation }}
@@ -169,7 +169,7 @@ jobs:
169169 destination : ${{ runner.temp }}/gh-aw/actions
170170
171171 - name : Check admin/maintainer permissions
172- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
172+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
173173 with :
174174 github-token : ${{ secrets.GITHUB_TOKEN }}
175175 script : |
@@ -179,7 +179,7 @@ jobs:
179179 await main();
180180
181181 - name : Apply Safe Outputs
182- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
182+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
183183 env :
184184 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
185185 GH_AW_RUN_URL : ${{ github.event.inputs.run_url }}
@@ -209,7 +209,7 @@ jobs:
209209 destination : ${{ runner.temp }}/gh-aw/actions
210210
211211 - name : Check admin/maintainer permissions
212- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
212+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
213213 with :
214214 github-token : ${{ secrets.GITHUB_TOKEN }}
215215 script : |
@@ -224,7 +224,7 @@ jobs:
224224 version : v0.67.0
225225
226226 - name : Create missing labels
227- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
227+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
228228 env :
229229 GH_AW_CMD_PREFIX : gh aw
230230 with :
0 commit comments