Skip to content

Commit 85fd48a

Browse files
committed
Update dependencies
1 parent 28e07a8 commit 85fd48a

File tree

5 files changed

+1506
-2272
lines changed

5 files changed

+1506
-2272
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm run build
2323

2424
- name: SonarQube Scan
25-
uses: sonarsource/sonarqube-scan-action@v2.2
25+
uses: sonarsource/sonarqube-scan-action@v3.0
2626
env:
2727
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2828
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -64,7 +64,7 @@ jobs:
6464
- run: npm run build
6565

6666
- name: Build & Push Docker image
67-
uses: docker/build-push-action@v5.4.0
67+
uses: docker/build-push-action@v6.9.0
6868
with:
6969
push: true
7070
context: .

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ pnpm-debug.log*
1717

1818
# macOS-specific files
1919
.DS_Store
20+
21+
.astro/

0 commit comments

Comments
 (0)