From 9ed58d4daace518f2a3d2d1bda47e10b22b94dab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:03:29 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/analysis.yml | 8 ++++---- .github/workflows/merge.yml | 10 +++++----- .github/workflows/pr-open.yml | 8 ++++---- .github/workflows/pr-validate.yml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 666a2f5..6528da7 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -17,7 +17,7 @@ jobs: codeql: name: CodeQL if: github.event_name != 'pull_request' || !github.event.pull_request.draft - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: github/codeql-action/init@v3 @@ -33,7 +33,7 @@ jobs: trivy: name: Trivy Security Scan if: github.event_name != 'pull_request' || !github.event.pull_request.draft - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode @@ -54,7 +54,7 @@ jobs: tests: name: Tests if: github.event_name != 'pull_request' || !github.event.pull_request.draft - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: postgres: image: postgres @@ -109,6 +109,6 @@ jobs: if: always() && !failure() # Include all needs that could have failures! needs: [codeql, trivy, tests] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: echo "Workflow completed successfully!" diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 92e83c3..0f0d805 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -31,7 +31,7 @@ jobs: name: TEST Deploys needs: [vars] environment: test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: issues: write strategy: @@ -48,7 +48,7 @@ jobs: parameters: -p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }} steps: - - uses: bcgov-nr/action-deployer-openshift@v2.3.0 + - uses: bcgov-nr/action-deployer-openshift@v3.0.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} @@ -65,7 +65,7 @@ jobs: name: PROD Deploys needs: [vars, deploys-test] environment: prod - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: name: [backend, frontend] @@ -78,7 +78,7 @@ jobs: file: frontend/openshift.deploy.yml overwrite: true steps: - - uses: bcgov-nr/action-deployer-openshift@v2.3.0 + - uses: bcgov-nr/action-deployer-openshift@v3.0.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} @@ -94,7 +94,7 @@ jobs: image-promotions: name: Promote images needs: [vars, deploys-prod] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: packages: write strategy: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 55c2940..4e14f8d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -12,7 +12,7 @@ jobs: # https://github.com/bcgov-nr/action-builder-ghcr builds: name: Builds - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: packages: write strategy: @@ -36,7 +36,7 @@ jobs: deploys: name: Deploys needs: [builds] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: name: [backend, frontend] @@ -53,7 +53,7 @@ jobs: -p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }} triggers: ('backend/' 'frontend/') steps: - - uses: bcgov-nr/action-deployer-openshift@v2.3.0 + - uses: bcgov-nr/action-deployer-openshift@v3.0.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} @@ -74,6 +74,6 @@ jobs: if: always() && !failure() # Include all needs that could have failures! needs: [builds, deploys] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: echo "Workflow completed successfully!" diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index e88ed2d..9f2c53e 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -22,7 +22,7 @@ jobs: name: Validate Results if: always() needs: [validate] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: | # View results