File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 issues : read
3636 pull-requests : write
3737 steps :
38- - uses : actions/github-script@v8
38+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3939 with :
4040 # Find a string in the PR body which matches one of these patterns:
4141 # close #123
Original file line number Diff line number Diff line change 2323 prepare-release :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/create-github-app-token@v2
26+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
2727 id : app-token
2828 with :
2929 app-id : ${{ vars.QLTY_APP_ID }}
Original file line number Diff line number Diff line change 1515 version : ${{ steps.version.outputs.version }}
1616 tag : v${{ steps.version.outputs.version }}
1717 steps :
18- - uses : actions/create-github-app-token@v2
18+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
1919 id : app-token
2020 with :
2121 app-id : ${{ vars.QLTY_APP_ID }}
4747 tag : v0.25.17
4848
4949 - name : Fetch local artifacts
50- uses : actions/download-artifact@v4
50+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5151 with :
5252 run-id : ${{ inputs.workflow_run_id }}
5353 pattern : artifacts-*
9696 role-session-name : ${{ vars.QLTY_RELEASE_AWS_ROLE_SESSION_NAME }}
9797 aws-region : ${{ vars.QLTY_RELEASE_AWS_REGION }}
9898 - name : Fetch local artifacts
99- uses : actions/download-artifact@v4
99+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
100100 with :
101101 run-id : ${{ inputs.workflow_run_id }}
102102 pattern : artifacts-*
Original file line number Diff line number Diff line change 6161 qlty-plugins/plugins/linters/**
6262
6363 - name : Read Issues and Create in GitHub
64- uses : actions/github-script@v8
64+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6565 with :
6666 github-token : ${{ secrets.GITHUB_TOKEN }}
6767 script : |
You can’t perform that action at this time.
0 commit comments