Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Aug 6, 2024
1 parent 07dcd79 commit eb6611a
Show file tree
Hide file tree
Showing 3 changed files with 2,932 additions and 4,547 deletions.
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@v2.3
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.5.0
with:
push: true
context: .
Expand Down
Loading

0 comments on commit eb6611a

Please sign in to comment.