File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
2222 comment-audit :
2323 runs-on : ubuntu-latest
2424 permissions :
25- pull-requests : write
25+ pull-requests : write
2626 needs : build
2727 steps :
2828
2929 - name : Download artifact from Build
3030 uses : actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3
31- if : steps.audit-packages.outputs.exit_code == 1
31+ if : steps.audit-packages.outputs.exit_code == 1
3232 with :
3333 name : vulnerabilities.txt
34-
34+
3535 - name : comment PR
3636 id : comment-pr
3737 run : gh pr comment ${{ github.event.number }} --body-file vulnerabilities.txt
3838 if : steps.audit-packages.outputs.exit_code == 1
3939 env :
40- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5252 env :
5353 PR_BASE_REF : ${{ github.event.pull_request.base.ref }}
5454 PR_HEAD_REF : ${{ github.event.pull_request.head.ref }}
55- PR_HEAD_REPO_CLONE_URL : ${{ github.event.pull_request.head.repo.clone_url }}
55+ PR_HEAD_REPO_CLONE_URL : ${{ github.event.pull_request.head.repo.clone_url }}
You can’t perform that action at this time.
0 commit comments