-
-
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.
fix(deps): update all dependencies (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a5b44c6
commit 09c71bc
Showing
12 changed files
with
38 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.0 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -116,7 +116,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/[email protected].1 | ||
uses: github/codeql-action/[email protected].2 | ||
with: | ||
sarif_file: build/reports/detekt/detekt.sarif | ||
checkout_path: ${{ github.workspace }} | ||
|
@@ -271,7 +271,7 @@ jobs: | |
docker push n4t5u/lyra:latest | ||
- name: Deliver application to production | ||
uses: peter-evans/repository-dispatch@v2 | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ env.CI_GITHUB_TOKEN }} | ||
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }} | ||
|
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 |
---|---|---|
|
@@ -132,7 +132,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.0 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -141,7 +141,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/[email protected].1 | ||
uses: github/codeql-action/[email protected].2 | ||
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,14 +21,14 @@ jobs: | |
|
||
- name: Link Checker | ||
id: lychee | ||
uses: lycheeverse/[email protected].1 | ||
uses: lycheeverse/[email protected].2 | ||
with: | ||
args: "--cache --max-cache-age 1d ." | ||
fail: true | ||
|
||
- name: Create Issue From File | ||
if: env.lychee_exit_code != 0 | ||
uses: peter-evans/create-issue-from-file@v4 | ||
uses: peter-evans/create-issue-from-file@v5 | ||
with: | ||
title: Link Checker Report | ||
content-filepath: ./lychee/out.md | ||
|
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 |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
run: ./gradlew detektAll --no-daemon --stacktrace | ||
|
||
- name: Upload static reports artifact | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.0 | ||
with: | ||
name: static-report | ||
path: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
retention-days: 1 | ||
|
||
- name: Analyze detekt report | ||
uses: github/codeql-action/[email protected].1 | ||
uses: github/codeql-action/[email protected].2 | ||
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 |
---|---|---|
|
@@ -40,5 +40,5 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
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 |
---|---|---|
|
@@ -49,5 +49,5 @@ | |
"vite-plugin-dts": "^3.7.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
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 |
---|---|---|
|
@@ -49,5 +49,5 @@ | |
"tailwindcss": "^3.4.0", | ||
"stylelint": "^16.1.0" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
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 |
---|---|---|
|
@@ -42,9 +42,9 @@ | |
"astro-eslint-parser": "^0.16.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-astro": "^0.31.0", | ||
"gradle-semantic-release-plugin": "1.9.0", | ||
"gradle-semantic-release-plugin": "1.9.1", | ||
"prettier": "3.2.4", | ||
"prettier-plugin-astro": "~0.12.3", | ||
"prettier-plugin-astro": "~0.13.0", | ||
"prettier-plugin-tailwindcss": "~0.5.10", | ||
"semantic-release": "^23.0.0", | ||
"stylelint": "^16.1.0", | ||
|
@@ -58,5 +58,5 @@ | |
"node": ">=18.14.1", | ||
"pnpm": ">=8.6.12" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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