Skip to content

Commit

Permalink
Update github actions all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent bb74983 commit 1efeaec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
steps:
# f.y.i.: ZAP Scan must be able to log an issue or it will fail.
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.13.0
uses: zaproxy/action-baseline@v0.14.0
with:
target: "https://wps-pr-${{ github.event.number }}-e1e498-dev.apps.silver.devops.gov.bc.ca"
rules_file_name: ".zap/rules.tsv"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected].3
uses: renovatebot/[email protected].4
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/zap_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: main
- name: ZAP Scan
# f.y.i.: ZAP Scan must be able to log an issue or it will fail.
uses: zaproxy/action-baseline@v0.13.0
uses: zaproxy/action-baseline@v0.14.0
with:
target: "https://wps-prod.apps.silver.devops.gov.bc.ca/"
rules_file_name: ".zap/rules.tsv"

0 comments on commit 1efeaec

Please sign in to comment.