Skip to content

Commit 7115784

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 156e781 commit 7115784

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Create Issue on Errors
7474
if: failure()
75-
uses: actions/github-script@v7
75+
uses: actions/github-script@v8
7676
with:
7777
script: |
7878
github.rest.issues.create({

.github/workflows/solana-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Alert on Issues
6565
if: failure()
66-
uses: actions/github-script@v7
66+
uses: actions/github-script@v8
6767
with:
6868
script: |
6969
github.rest.issues.create({

0 commit comments

Comments
 (0)