Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#359)
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 Aug 20, 2024
1 parent 56c5ad8 commit c3a6c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.22.0
uses: aquasecurity/trivy-action@0.24.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/[email protected].1
uses: bcgov-nr/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand All @@ -44,7 +44,7 @@ jobs:
package: [api, frontend, database]
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/action-builder-ghcr@v2.0.2
- uses: bcgov-nr/action-builder-ghcr@v2.2.0
with:
package: ${{ matrix.package }}
tag: ${{ github.sha }}
Expand Down

0 comments on commit c3a6c2f

Please sign in to comment.