Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 684f047 commit cdcd554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/action-pr-description-add@v1.1.2
uses: bcgov-nr/action-pr-description-add@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Image
uses: bcgov-nr/action-builder-ghcr@v2.2.0
uses: bcgov-nr/action-builder-ghcr@v2.3.0
with:
build_context: ./backend
build_file: ./backend/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Penetration Tests
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
allow_issue_writing: true
artifact_name: "zap_backend"
Expand Down

0 comments on commit cdcd554

Please sign in to comment.