|
68 | 68 | runs-on: ubuntu-latest
|
69 | 69 | steps:
|
70 | 70 | - name: Cancel Previous Runs
|
71 |
| - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # Tag: 0.11.0 |
| 71 | + uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # Tag: 0.12.0 |
72 | 72 | with:
|
73 | 73 | access_token: ${{ github.token }}
|
74 | 74 |
|
@@ -147,7 +147,7 @@ jobs:
|
147 | 147 |
|
148 | 148 | - name: Fetch an existing PR
|
149 | 149 | if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
|
150 |
| - uses: octokit/request-action@89a1754fe82ca777b044ca8e79e9881a42f15a93 # v2.1.7 |
| 150 | + uses: octokit/request-action@89697eb6635e52c6e1e5559f15b5c91ba5100cb0 # v2.1.9 |
151 | 151 | id: existing-pr-request
|
152 | 152 | with:
|
153 | 153 | route: GET /repos/${{ github.repository }}/pulls?base={base}&head={head}
|
@@ -195,7 +195,7 @@ jobs:
|
195 | 195 | # First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
|
196 | 196 | - name: Create a PR
|
197 | 197 | if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.existing-pr.outputs.url == '') && ( steps.root.outputs.changed == 'false') }}
|
198 |
| - uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 # pin#v4 |
| 198 | + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # pin#v5.0.2 |
199 | 199 | id: create-pr
|
200 | 200 | with:
|
201 | 201 | base: ${{ steps.root.outputs.baseBranch }}
|
@@ -258,7 +258,7 @@ jobs:
|
258 | 258 | # Now make the PR in its final state. This way we only have one commit and no updates if there are no changes between runs.
|
259 | 259 | - name: Update the PR
|
260 | 260 | if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
|
261 |
| - uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 |
| 261 | + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # pin#v5.0.2 |
262 | 262 | with:
|
263 | 263 | base: ${{ steps.root.outputs.baseBranch }}
|
264 | 264 | branch: ${{ steps.root.outputs.prBranch }}
|
|
0 commit comments