File tree Expand file tree Collapse file tree
actions/gradle-command-on-pr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - name : Add reaction on pushed changes
5555 if : ${{ success() && steps.git-check.outputs.modified == 'true' }}
56- uses : peter-evans/create-or-update-comment@v2
56+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
5757 with :
5858 token : ${{ inputs.SERVICE_ACCOUNT_PAT }}
5959 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
6262
6363 - name : Add reaction when no update is needed
6464 if : ${{ success() && steps.git-check.outputs.modified == 'false' }}
65- uses : peter-evans/create-or-update-comment@v2
65+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
6666 with :
6767 token : ${{ inputs.SERVICE_ACCOUNT_PAT }}
6868 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
7979 env :
8080 GRADLE_COMMAND : ${{ inputs.gradle-command }}
8181 if : ${{ !success() }}
82- uses : peter-evans/create-or-update-comment@v2
82+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
8383 with :
8484 token : ${{ inputs.SERVICE_ACCOUNT_PAT }}
8585 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
9191
9292 - name : Report failure to original comment with a reaction
9393 if : ${{ !success() }}
94- uses : peter-evans/create-or-update-comment@v2
94+ uses : peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2
9595 with :
9696 token : ${{ inputs.SERVICE_ACCOUNT_PAT }}
9797 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Slash Command Dispatch
11- uses : peter-evans/slash-command-dispatch@v3
11+ uses : peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 # v3
1212 with :
1313 issue-type : pull-request
1414 reaction-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments