| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99bb02f commit 5a93bde
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ jobs: | |||
| 33 | 33 | run: tools/find-inactive-collaborators.mjs | |
| 34 | 34 | ||
| 35 | 35 | - name: Open pull request | |
| 36 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 | ||
| 36 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 37 | 37 | # Creates a PR or update the Action's existing PR, or | |
| 38 | 38 | # no-op if the base branch is already up-to-date. | |
| 39 | 39 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ jobs: | |||
| 42 | 42 | run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV | |
| 43 | 43 | ||
| 44 | 44 | - name: Open pull request | |
| 45 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 | ||
| 45 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 46 | 46 | # Creates a PR or update the Action's existing PR, or | |
| 47 | 47 | # no-op if the base branch is already up-to-date. | |
| 48 | 48 | env: | |
| 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@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4 | ||
| 24 | + - uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 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 | |
|---|---|---|---|
@@ -51,7 +51,8 @@ jobs: | |||
| 51 | 51 | ||
| 52 | 52 | - name: Open Pull Request | |
| 53 | 53 | if: ${{ env.new_version != env.current_version }} | |
| 54 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR | ||
| 54 | + # Create a PR or update the Action's existing PR | ||
| 55 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 55 | 56 | env: | |
| 56 | 57 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 57 | 58 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 29 | 29 | - name: Create PR with first commit | |
| 30 | 30 | if: env.NEW_VERSION | |
| 31 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 | ||
| 31 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 32 | 32 | # Creates a PR with the new OpenSSL source code committed | |
| 33 | 33 | env: | |
| 34 | 34 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | - name: Add second commit | |
| 52 | 52 | # Adds a second commit to the PR with the generated platform-dependent files | |
| 53 | 53 | if: env.NEW_VERSION | |
| 54 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 | ||
| 54 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 55 | 55 | env: | |
| 56 | 56 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 57 | 57 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ jobs: | |||
| 68 | 68 | SUBSYSTEM: ${{ matrix.subsystem }} | |
| 69 | 69 | ||
| 70 | 70 | - name: Open or update PR for the subsystem update | |
| 71 | - uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 | ||
| 71 | + uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1 | ||
| 72 | 72 | with: | |
| 73 | 73 | # The create-or-update-pull-request-action matches the branch name by prefix, | |
| 74 | 74 | # which is why we need to add the -wpt suffix. If we dont do that, we risk matching wrong PRs, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments