File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323 - run : ./tools/license-builder.sh # Run the license builder tool
24- - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
24+ - uses : gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4
2525 # Creates a PR or update the Action's existing PR, or
2626 # no-op if the base branch is already up-to-date.
2727 env :
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ jobs:
314314 if : env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
315315 run : |
316316 echo "COMMIT_MSG=${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}" >> "$GITHUB_ENV"
317- - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
317+ - uses : gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4
318318 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
319319 # Creates a PR or update the Action's existing PR, or
320320 # no-op if the base branch is already up-to-date.
Original file line number Diff line number Diff line change 4141 cat temp-output
4242 tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
4343 rm temp-output
44- - uses : gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
44+ - uses : gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4
4545 # Creates a PR or update the Action's existing PR, or
4646 # no-op if the base branch is already up-to-date.
4747 env :
You can’t perform that action at this time.
0 commit comments