From 7231a4c963ba4bd440086feff41530caaaa630ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:12:10 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/pr-open.yml | 4 ++-- .github/workflows/reusable-tests-repo.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 16c14ba4..70afe4aa 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -65,7 +65,7 @@ jobs: pull-requests: write steps: - name: Greeting - uses: bcgov-nr/action-pr-description-add@v1.1.1 + uses: bcgov-nr/action-pr-description-add@v1.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_markdown: | @@ -86,7 +86,7 @@ jobs: contents: read packages: write steps: - - uses: bcgov-nr/action-builder-ghcr@v2.0.2 + - uses: bcgov-nr/action-builder-ghcr@v2.2.0 with: package: api tag: ${{ github.event.number }} diff --git a/.github/workflows/reusable-tests-repo.yml b/.github/workflows/reusable-tests-repo.yml index b15fd0f9..e17fb457 100644 --- a/.github/workflows/reusable-tests-repo.yml +++ b/.github/workflows/reusable-tests-repo.yml @@ -11,7 +11,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.24.0 with: format: "sarif" output: "trivy-results.sarif"