We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4003f8d commit 8ed072cCopy full SHA for 8ed072c
.github/workflows/comment_check_amalgamation.yml
@@ -23,7 +23,7 @@ jobs:
23
egress-policy: audit
24
25
- name: 'Download artifact'
26
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27
with:
28
script: |
29
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -45,7 +45,7 @@ jobs:
45
- run: unzip pr.zip
46
47
- name: 'Comment on PR'
48
49
50
github-token: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments