diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 1e410f91..0ef847c1 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -17,7 +17,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@v1.0.0 + - uses: bcgov-nr/action-test-and-analyse-java@v1.0.1 with: commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests dir: backend @@ -39,7 +39,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@v1.1.0 + - uses: bcgov-nr/action-test-and-analyse@v1.1.1 with: commands: | npm ci @@ -95,7 +95,7 @@ jobs: - 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" diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b6b64595..0cb267cd 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -30,7 +30,7 @@ jobs: env: DOMAIN: apps.silver.devops.gov.bc.ca PREFIX: ${{ github.event.repository.name }} - uses: bcgov-nr/action-pr-description-add@v1.1.0 + uses: bcgov-nr/action-pr-description-add@v1.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_markdown: | @@ -81,7 +81,7 @@ jobs: triggers: ('frontend/') steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-builder-ghcr@v2.0.1 + - uses: bcgov-nr/action-builder-ghcr@v2.0.2 with: package: ${{ matrix.name }} tag: ${{ github.event.number }}