Skip to content

Commit a4e929c

Browse files
Bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3b562e commit a4e929c

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/agentics-maintenance.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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');
@@ -82,7 +82,7 @@ jobs:
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');
@@ -91,7 +91,7 @@ jobs:
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:

.github/workflows/sync-to-latest-ef.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)