From c06e7d90a6962fb52de958f8132897b8b19a2840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:53:44 +0000 Subject: [PATCH] chore(deps): update github actions other dependencies --- .github/workflows/.tests.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 42c5f3e..a83518f 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: bcgov-nr/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0 + - uses: bcgov-nr/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }} NODE_ENV: unittest @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0 + - uses: bcgov/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} with: @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0 + uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 with: format: "sarif" output: "trivy-results.sarif" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e26c83..b5d55c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: if: (needs.vars.outputs.tag != '' && github.event_name != 'release') steps: - name: Create Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 if: (needs.vars.outputs.tag != '') continue-on-error: true env: