Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#194)
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, 2023
1 parent a362239 commit 868f9e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Static Analysis
runs-on: ubuntu-22.04
steps:
- uses: bcgov-nr/action-test-and-analyse-java@v0.1.0
- uses: bcgov-nr/action-test-and-analyse-java@v0.2.0
with:
commands: |
mvn -B verify -P all-tests checkstyle:checkstyle -Dcheckstyle.skip=false --file pom.xml
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.14.0
with:
scan-type: "fs"
format: "sarif"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v3

- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.0.2
uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: openshift.deploy.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- uses: actions/checkout@v3

- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.0.2
uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: openshift.deploy.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
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 @@ -106,7 +106,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: bcgov-nr/action-builder-ghcr@v1.2.0
- uses: bcgov-nr/action-builder-ghcr@v1.3.0
with:
package: api
build_context: ./
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v3

- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.0.2
uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: openshift.deploy.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
steps:
- uses: bcgov-nr/action-test-and-analyse-java@v0.1.0
- uses: bcgov-nr/action-test-and-analyse-java@v0.2.0
with:
commands: |
mvn -B verify -Pall-tests checkstyle:checkstyle -Dcheckstyle.skip=false --file pom.xml
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Add coverage to PR
id: jacoco
continue-on-error: true
uses: madrapps/jacoco-report@v1.3
uses: madrapps/jacoco-report@v1.6
with:
paths: target/coverage-reports/merged-test-report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.14.0
with:
scan-type: "fs"
format: "sarif"
Expand Down

0 comments on commit 868f9e5

Please sign in to comment.