diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index dfc04e7..ae29a9e 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -37,7 +37,7 @@ jobs: validate: name: Validate PR needs: [vars] - 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: | Any successful releases will be available as the following dependencyes: diff --git a/.github/workflows/reusable-tests-repo.yml b/.github/workflows/reusable-tests-repo.yml index c95ecf5..5de7df8 100644 --- a/.github/workflows/reusable-tests-repo.yml +++ b/.github/workflows/reusable-tests-repo.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.23.0 with: format: "sarif" output: "trivy-results.sarif"