Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#506)
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 Jan 2, 2024
1 parent 3060baa commit c6c52eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
triggers: ('public/' 'libs/')
steps:
- uses: actions/checkout@v3
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
package: ${{ matrix.package }}
build_context: ${{ matrix.build_context }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
overwrite: true
parameters: -p URL=fom-demo.apps.silver.devops.gov.bc.ca -p CERTBOT=false
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.1
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
overwrite: true
parameters: -p URL=fom-test.nrs.gov.bc.ca
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.1
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
overwrite: true
parameters: -p URL=fom.nrs.gov.bc.ca
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.1
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
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 @@ -48,7 +48,7 @@ jobs:
- [Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml)
- name: OpenShift Init
uses: bcgov-nr/action-deployer-openshift@v1.1.1
uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
triggers: ('public/' 'libs/')
steps:
- uses: actions/checkout@v3
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
package: ${{ matrix.package }}
build_context: ${{ matrix.build_context }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
parameters: -p CERTBOT=false -p REPLICA_COUNT=1
triggers: ('db/' 'libs/' 'api/' 'public/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.1
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.9.2
uses: aquasecurity/trivy-action@0.16.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down

0 comments on commit c6c52eb

Please sign in to comment.