Skip to content

Commit ba8d73f

Browse files
chore(deps): Bump actions/github-script from 8.0.0 to 9.0.0 (#468)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Null;Variant <null@nullvariant.com>
1 parent 0b29367 commit ba8d73f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bot-monitoring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Check bot activity
4242
id: check
43-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
43+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4444
with:
4545
script: |
4646
const EXPECTED_BOTS = [
@@ -358,7 +358,7 @@ jobs:
358358
return silentBots;
359359
360360
- name: Write job summary
361-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
361+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
362362
env:
363363
REPORT_JSON: ${{ steps.check.outputs.report }}
364364
with:

0 commit comments

Comments
 (0)