Skip to content

Commit 30d8a34

Browse files
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/github-script-8'
2 parents 42c45f7 + d605dca commit 30d8a34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/comprehensive-testing.yml

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

400400
- name: Comment on PR with security results
401401
if: github.event_name == 'pull_request'
402-
uses: actions/github-script@v6
402+
uses: actions/github-script@v8
403403
with:
404404
script: |
405405
const fs = require('fs');
@@ -450,7 +450,7 @@ jobs:
450450

451451
- name: Create issue on security failures
452452
if: failure()
453-
uses: actions/github-script@v6
453+
uses: actions/github-script@v8
454454
with:
455455
script: |
456456
github.rest.issues.create({

.github/workflows/coverage-enforcement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Comment PR with coverage
137137
if: github.event_name == 'pull_request'
138-
uses: actions/github-script@v7
138+
uses: actions/github-script@v8
139139
with:
140140
script: |
141141
const coverage = '${{ steps.coverage-check.outputs.overall_coverage }}';

0 commit comments

Comments
 (0)