Commit b13ad8c 1 parent 1d7b8a4 commit b13ad8c Copy full SHA for b13ad8c
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
persist-credentials : false
23
23
- 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
25
25
# Creates a PR or update the Action's existing PR, or
26
26
# no-op if the base branch is already up-to-date.
27
27
env :
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ jobs:
314
314
if : env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
315
315
run : |
316
316
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
318
318
if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
319
319
# Creates a PR or update the Action's existing PR, or
320
320
# no-op if the base branch is already up-to-date.
Original file line number Diff line number Diff line change 41
41
cat temp-output
42
42
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
43
43
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
45
45
# Creates a PR or update the Action's existing PR, or
46
46
# no-op if the base branch is already up-to-date.
47
47
env :
You can’t perform that action at this time.
0 commit comments