Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run build

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v2.2
uses: sonarsource/sonarqube-scan-action@v3.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- run: npm run build

- name: Build & Push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.7.0
with:
push: true
context: .
Expand Down
Loading