Skip to content

Commit 132d067

Browse files
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 416fc61 commit 132d067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveralls-workaround.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# see https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2323
- name: 'Download artifact'
24-
uses: actions/github-script@v6
24+
uses: actions/github-script@v7
2525
with:
2626
script: |
2727
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)