Skip to content

Commit b16fe80

Browse files
authored
Merge pull request #321 from mean-weasel/dependabot/github_actions/actions/github-script-9.0.0
chore(deps): bump actions/github-script from 8.0.0 to 9.0.0
2 parents e4466fe + 3531075 commit b16fe80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Verify previous full CI succeeded
2727
id: previous-ci
2828
if: github.event_name == 'pull_request' && github.event.action == 'synchronize'
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
with:
3131
result-encoding: string
3232
script: |

scripts/check-github-actions.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const approvedReleases = new Map([
3434
['actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3', 'v8.0.0'],
3535
['actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c', 'v8.0.1'],
3636
['actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd', 'v8.0.0'],
37+
['actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3', 'v9.0.0'],
3738
['actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444', 'v5.0.0'],
3839
['actions/setup-node@820762786026740c76f36085b0efc47a31fe5020', 'v7.0.0'],
3940
['actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4', 'v5.0.0'],

0 commit comments

Comments
 (0)