diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index dcb31d53..15a39ba9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.21.0 + uses: aquasecurity/trivy-action@0.22.0 with: format: "sarif" output: "trivy-results.sarif" diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 2af7f844..01753492 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -12,7 +12,7 @@ concurrency: jobs: cleanup: name: Cleanup and Images - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.4.1 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.5.0 secrets: oc_namespace: ${{ secrets.OC_NAMESPACE }} oc_token: ${{ secrets.OC_TOKEN }} diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index f9331ce9..5fccf59f 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -12,7 +12,7 @@ jobs: validate: name: Validate PR if: (! github.event.pull_request.draft) - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.1 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.5.0 with: markdown_links: | - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)