Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#128)
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 Feb 27, 2024
1 parent 257d31b commit b2ebeef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
-Dsonar.sources=src
triggers: ('frontend/')
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
commands: |
npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
parameters:
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
file: frontend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pentests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: [backend, frontend]
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.9.0
with:
allow_issue_writing: true
artifact_name: "zap_${{ matrix.name }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- package: frontend
triggers: ('frontend/')
steps:
- uses: bcgov-nr/[email protected].1
- uses: bcgov-nr/[email protected].2
with:
keep_versions: 50
package: ${{ matrix.package }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
triggers: ('backend/' 'frontend/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit b2ebeef

Please sign in to comment.