Skip to content

Commit 8ed072c

Browse files
⬆️ Bump actions/github-script from 6.4.0 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@98814c5...60a0d83) --- 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 4003f8d commit 8ed072c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment_check_amalgamation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: 'Download artifact'
26-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
26+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727
with:
2828
script: |
2929
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -45,7 +45,7 @@ jobs:
4545
- run: unzip pr.zip
4646

4747
- name: 'Comment on PR'
48-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
48+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |

0 commit comments

Comments
 (0)