Skip to content

Commit

Permalink
Merge branch 'main' into feat/1268-add-backup-routine-for-pg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Oct 2, 2024
2 parents 17bca32 + e7c7f91 commit 82f6b73
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node_version: "18"
commands: |
npm ci
npm run cy:ci
npm run cy:ci || true
dir: frontend
sonar_args: >
-Dsonar.organization=bcgov-sonarcloud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
PREFIX: ${{ github.event.repository.name }}-test
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
uses: zaproxy/action-full-scan@v0.11.0
with:
allow_issue_writing: true
artifact_name: "zap_frontend"
Expand Down
Loading

0 comments on commit 82f6b73

Please sign in to comment.