| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58c30dd commit c77f660
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | fetch-depth: '0' # This is required to actually get all the authors | |
| 20 | 20 | persist-credentials: false | |
| 21 | 21 | - run: tools/update-authors.mjs # Run the AUTHORS tool | |
| 22 | - - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 | ||
| 22 | + - uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee | ||
| 23 | 23 | # Creates a PR or update the Action's existing PR, or | |
| 24 | 24 | # no-op if the base branch is already up-to-date. | |
| 25 | 25 | env: | |
| 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@cb63b1c12a6c32d49cc613469950581413b29245 | ||
| 36 | + uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee | ||
| 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@cb63b1c12a6c32d49cc613469950581413b29245 | ||
| 45 | + uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee | ||
| 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@cb63b1c12a6c32d49cc613469950581413b29245 | ||
| 24 | + - uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee | ||
| 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 | |
|---|---|---|---|
@@ -37,7 +37,7 @@ jobs: | |||
| 37 | 37 | - run: ./tools/update-timezone.mjs | |
| 38 | 38 | ||
| 39 | 39 | - name: Open Pull Request | |
| 40 | - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Create a PR or update the Action's existing PR | ||
| 40 | + uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # Create a PR or update the Action's existing PR | ||
| 41 | 41 | env: | |
| 42 | 42 | GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} | |
| 43 | 43 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ jobs: | |||
| 65 | 65 | with: | |
| 66 | 66 | persist-credentials: false | |
| 67 | 67 | - run: ${{ matrix.run }} | |
| 68 | - - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 | ||
| 68 | + - uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee | ||
| 69 | 69 | # Creates a PR or update the Action's existing PR, or | |
| 70 | 70 | # no-op if the base branch is already up-to-date. | |
| 71 | 71 | env: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments