Skip to content

Commit 1233406

Browse files
authored
Merge pull request #6 from WhiteAiBlock/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents ea4e355 + 7115784 commit 1233406

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
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Alert on Issues
6868
if: failure()
69-
uses: actions/github-script@v7
69+
uses: actions/github-script@v8
7070
with:
7171
script: |
7272
github.rest.issues.create({

0 commit comments

Comments
 (0)