We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e07a8 commit 85fd48aCopy full SHA for 85fd48a
.github/workflows/node.js.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: npm run build
23
24
- name: SonarQube Scan
25
- uses: sonarsource/sonarqube-scan-action@v2.2
+ uses: sonarsource/sonarqube-scan-action@v3.0
26
env:
27
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -64,7 +64,7 @@ jobs:
64
65
66
- name: Build & Push Docker image
67
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.9.0
68
with:
69
push: true
70
context: .
.gitignore
@@ -17,3 +17,5 @@ pnpm-debug.log*
17
18
# macOS-specific files
19
.DS_Store
20
+
21
+.astro/
0 commit comments