| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 23a0d33 commit 466e0c1
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ jobs: | |||
| 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,7 +41,7 @@ jobs: | |||
| 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: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments