Skip to content

Commit

Permalink
Merge branch 'master' into new-impl-ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zopsss committed May 4, 2024
2 parents 920e653 + e6051f2 commit 2351665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-performance-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
java-version: 11
distribution: 'temurin'

- name: Checkout patch
- name: Checkout latest code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
path: ./checkstyle

- name: Clone JDK 17 Repo
uses: actions/checkout@v4
Expand All @@ -50,5 +47,4 @@ jobs:

- name: Run performance test
run: |
cd checkstyle
bash ./.ci/check-performance-regression.sh
./.ci/check-performance-regression.sh
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
<validations>
<validation>
<directory>${basedir}/src/test/resources/com/puppycrawl/tools/checkstyle/sariflogger</directory>
<jsonSchema>https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Documents/CommitteeSpecifications/2.1.0/sarif-schema-2.1.0.json</jsonSchema>
<jsonSchema>https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json</jsonSchema>
<includes>
<include>**/*.sarif</include>
</includes>
Expand Down

0 comments on commit 2351665

Please sign in to comment.