Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 03e42be commit 7e9e5de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
tests-backend:
name: Tests (Backend)
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: bcgov-nr/[email protected]
with:
Expand All @@ -37,7 +37,7 @@ jobs:
lint-frontend:
name: Lint (Frontend)
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: bcgov-nr/[email protected]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
tests-frontend:
name: Tests (Frontend)
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: bcgov-nr/[email protected]
with:
Expand All @@ -76,7 +76,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
Expand Down Expand Up @@ -105,7 +105,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

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
init-test:
name: TEST Init
environment: test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: OpenShift Init
uses: bcgov-nr/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
name: TEST Deployments
needs: [init-test]
environment: test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
issues: write
strategy:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: PROD Init
needs: [deploys-test]
environment: prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: OpenShift Init
uses: bcgov-nr/[email protected]
Expand All @@ -106,7 +106,7 @@ jobs:
image-promotions:
name: Promote images to PROD
needs: [deploys-test]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand All @@ -124,7 +124,7 @@ jobs:
name: PROD Deployments
needs: [init-prod, image-promotions]
environment: prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [database, backend, frontend, fluentbit]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cleanup-openshift:
name: Cleanup OpenShift
if: '!github.event.pull_request.head.repo.fork'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Remove OpenShift artifacts
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
image-promotions:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
package: [database, backend, frontend]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: "!github.event.pull_request.head.repo.fork"
outputs:
route: ${{ github.event.number }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: Builds
needs: [init]
if: "!github.event.pull_request.head.repo.fork"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand All @@ -96,7 +96,7 @@ jobs:
name: Deploys
if: "!github.event.pull_request.head.repo.fork"
needs: [builds]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [database, backend, frontend, fluentbit]
Expand Down

0 comments on commit 7e9e5de

Please sign in to comment.