-
-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin dependencies (#2252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2950aeb
commit 317c640
Showing
13 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,21 +25,21 @@ jobs: | |
|
||
steps: | ||
- name: Checkout PR Branch | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
|
||
- name: Support longpaths | ||
run: git config core.longpaths true | ||
|
||
- name: Checkout PR Branch | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Free Disk Space | ||
uses: ./.github/actions/free-disk-space | ||
|
||
- name: Install toolchain | ||
uses: moonrepo/setup-rust@v1 | ||
uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f # v1 | ||
with: | ||
cache-target: release | ||
cache-base: main | ||
|
@@ -52,7 +52,7 @@ jobs: | |
run: cargo coverage --json > new_results.json | ||
|
||
- name: Checkout main Branch | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
clean: false | ||
ref: main | ||
|
@@ -77,19 +77,19 @@ jobs: | |
- name: Get the PR number | ||
if: github.event_name == 'pull_request' | ||
id: pr-number | ||
uses: kkak10/[email protected] | ||
uses: kkak10/pr-number-action@8f5358941366822cd0825e04dfe68437f2f5f15b # v1.3 | ||
|
||
- name: Find Previous Comment | ||
if: github.event_name == 'pull_request' | ||
uses: peter-evans/[email protected] | ||
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 | ||
id: previous-comment | ||
with: | ||
issue-number: ${{ steps.pr-number.outputs.pr }} | ||
body-includes: Parser conformance results on ${{ matrix.os }} | ||
|
||
- name: Update existing comment | ||
if: github.event_name == 'pull_request' && steps.previous-comment.outputs.comment-id | ||
uses: peter-evans/create-or-update-comment@v4 | ||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 | ||
continue-on-error: true | ||
with: | ||
comment-id: ${{ steps.previous-comment.outputs.comment-id }} | ||
|
@@ -99,7 +99,7 @@ jobs: | |
|
||
- name: Write a new comment | ||
if: github.event_name == 'pull_request' && !steps.previous-comment.outputs.comment-id | ||
uses: peter-evans/create-or-update-comment@v4 | ||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 | ||
continue-on-error: true | ||
with: | ||
issue-number: ${{ steps.pr-number.outputs.pr }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.