Skip to content

Commit fc0d92a

Browse files
Update all dependencies
1 parent 1570988 commit fc0d92a

File tree

4 files changed

+3209
-2799
lines changed

4 files changed

+3209
-2799
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4242
- name: Run Codacy Analysis CLI
43-
uses: codacy/codacy-analysis-cli-action@d28ce580f19309cd493628eba4641f745822082c
43+
uses: codacy/codacy-analysis-cli-action@30783d03e758713bb5ed7b79292cfb14b9dd9a4a
4444
with:
4545
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4646
# You can also omit the token and run the tools that support default configurations

.github/workflows/lighthouse-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v4.3.0
2525

2626
- name: Use Node.js
2727
uses: actions/setup-node@v4.4.0
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Audit URLs using Lighthouse
3838
id: lighthouse_audit
39-
uses: treosh/lighthouse-ci-action@12.1.0
39+
uses: treosh/lighthouse-ci-action@12.6.1
4040
with:
4141
urls: |
4242
http://localhost:3000
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Format lighthouse score
5252
id: format_lighthouse_score
53-
uses: actions/github-script@v7.0.1
53+
uses: actions/github-script@v7.1.0
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
script: |
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Add Lighthouse stats as comment
6464
id: comment_to_pr
65-
uses: marocchino/sticky-pull-request-comment@v2.9.2
65+
uses: marocchino/sticky-pull-request-comment@v2.9.4
6666
with:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)