Skip to content

Commit 9269f94

Browse files
dependabot[bot]avrabe
authored andcommitted
build(deps): bump actions/github-script from 6 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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] <[email protected]>
1 parent 292b864 commit 9269f94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/kani-regression.yml

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

313313
- name: Comment PR with results
314314
if: github.event_name == 'pull_request'
315-
uses: actions/github-script@v7
315+
uses: actions/github-script@v8
316316
with:
317317
script: |
318318
const fs = require('fs');

.github/workflows/kani-verification.yml

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

222222
- name: Comment PR with Results
223223
if: github.event_name == 'pull_request'
224-
uses: actions/github-script@v7
224+
uses: actions/github-script@v8
225225
with:
226226
script: |
227227
const fs = require('fs');

.github/workflows/pr-diagnostics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
retention-days: 30
357357

358358
- name: Comment on PR
359-
uses: actions/github-script@v6
359+
uses: actions/github-script@v8
360360
with:
361361
script: |
362362
const fs = require('fs');
@@ -393,7 +393,7 @@ jobs:
393393
}
394394
395395
- name: Set check status
396-
uses: actions/github-script@v6
396+
uses: actions/github-script@v8
397397
with:
398398
script: |
399399
const errorsChanged = ${{ steps.diff-analysis.outputs.new_errors_changed }};

0 commit comments

Comments
 (0)