-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09c71bc
commit 3d885af
Showing
13 changed files
with
41 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1.1.0 | ||
uses: gradle/wrapper-validation-action@v2.1.0 | ||
|
||
- name: Install Tools & Dependencies | ||
uses: ./.github/actions/install/node | ||
|
@@ -107,7 +107,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -116,7 +116,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/upload-sarif@v3.23.2 | ||
uses: github/codeql-action/upload-sarif@v3.24.0 | ||
with: | ||
sarif_file: build/reports/detekt/detekt.sarif | ||
checkout_path: ${{ github.workspace }} | ||
|
@@ -161,7 +161,7 @@ jobs: | |
./gradlew koverXmlReport --no-daemon --stacktrace | ||
- name: Upload coverage reports | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: build/reports/kover/report.xml | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1.1.0 | ||
uses: gradle/wrapper-validation-action@v2.1.0 | ||
|
||
- name: Install Tools & Dependencies | ||
uses: ./.github/actions/install/node | ||
|
@@ -95,7 +95,7 @@ jobs: | |
./gradlew koverXmlReport --no-daemon --stacktrace | ||
- name: Upload coverage reports | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: build/reports/kover/report.xml | ||
|
@@ -132,7 +132,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -141,7 +141,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/upload-sarif@v3.23.2 | ||
uses: github/codeql-action/upload-sarif@v3.24.0 | ||
with: | ||
sarif_file: build/reports/detekt/detekt.sarif | ||
checkout_path: ${{ github.workspace }} | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
|
||
- name: Link Checker | ||
id: lychee | ||
uses: lycheeverse/[email protected].2 | ||
uses: lycheeverse/[email protected].3 | ||
with: | ||
args: "--cache --max-cache-age 1d ." | ||
fail: true | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1.1.0 | ||
uses: gradle/wrapper-validation-action@v2.1.0 | ||
|
||
- name: Install Tools & Dependencies | ||
uses: ./.github/actions/install/node | ||
|
@@ -102,7 +102,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/upload-sarif@v3.23.2 | ||
uses: github/codeql-action/upload-sarif@v3.24.0 | ||
with: | ||
sarif_file: build/reports/detekt/detekt.sarif | ||
checkout_path: ${{ github.workspace }} | ||
|
@@ -156,7 +156,7 @@ jobs: | |
./gradlew koverXmlReport --no-daemon --stacktrace | ||
- name: Upload coverage reports | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: build/reports/kover/report.xml | ||
|
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 |
---|---|---|
|
@@ -40,5 +40,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "pnpm@8.14.3" | ||
"packageManager": "pnpm@8.15.1" | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.