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] committed Sep 26, 2024
1 parent 22ce283 commit bca1524
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
builds:
name: Builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
deploys:
name: Helm
environment: ${{ inputs.environment }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: ${{ inputs.timeout-minutes }}
env:
UI_PUBLIC_KEY: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.e2e-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
defaults:
run:
working-directory: admin-frontend
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: ${{ inputs.timeout-minutes }}
strategy:
max-parallel: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
defaults:
run:
working-directory: frontend
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: ${{ fromJson(inputs.timeout-minutes) }}
strategy:
max-parallel: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
defaults:
run:
working-directory: backend-external
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.quota-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
check-quota:
name: Check Quota
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: ${{ inputs.environment }}
steps:
- name: Check Quota For Deployment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tests:
name: Unit Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: unit-test
env:
PUBLIC_KEY: |
Expand Down Expand Up @@ -106,7 +106,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 All @@ -127,6 +127,6 @@ jobs:
results:
name: Analysis Results
needs: [tests, trivy]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: echo "Workflow completed successfully!"
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-clamav-to-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
builds:
name: Builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
triggers: ${{ matrix.triggers }}
deploy:
name: Deploy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: builds
environment: tools
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-to-prod-on-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
image-promotions-to-prod: # This is just for adding another tag to the image to reflect which docker tag is deployed to PROD.
name: Image Promotions to PROD
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
zap:
name: ZAP Scan
needs: [deploys]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Penetration Test
uses: zaproxy/action-full-scan@v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-to-test-on-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
image-promotions-to-test: # This is just for adding another tag to the image to reflect which docker tag is deployed to TEST.
name: Image Promotions to TEST
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_on_pr_hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
validate:
if: startsWith(github.head_ref, 'hotfix/') && (!github.event.pull_request.head.repo.fork)
name: Validate Branch Naming
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-on-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Cleanup OpenShift
env:
release: pay-transparency-pr-${{ github.event.number }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Remove OpenShift artifacts
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cleanup_tag_hotfix-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Cleanup OpenShift
env:
release: pay-transparency-pr-${{ github.event.number }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Remove OpenShift artifacts
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
create-hotfix-github-tag:
if: startsWith(github.head_ref, 'hotfix/') && (!github.event.pull_request.head.repo.fork)
name: Create Hotfix Tag
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -61,7 +61,7 @@ jobs:
git push origin "$TAG"
create-hotfix-docker-tag:
if: startsWith(github.head_ref, 'hotfix/') && (!github.event.pull_request.head.repo.fork)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
package: [ backend,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
maintenance_on:
name: Turn On Maintenance Mode
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: ${{ github.event.inputs.environment }}
if: ${{ github.event.inputs.action == 'true' }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
maintenance_off:
name: Turn Off Maintenance Mode
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: ${{ github.event.inputs.environment }}
if: ${{ github.event.inputs.action == 'false' }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
name: Set Variables
outputs:
pr: ${{ steps.pr.outputs.pr }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps: # Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/action-get-pr@v0.0.1
codeql:
name: Semantic Code Analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand All @@ -66,7 +66,7 @@ jobs:
semanticVersion: ${{ steps.changelog.outputs.version }}
tag: ${{ steps.changelog.outputs.tag }}
clean_changelog: ${{ steps.changelog.outputs.clean_changelog }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
Expand All @@ -84,7 +84,7 @@ jobs:
git-push: "true"
retag-images:
needs: [vars, semantic-version]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
results:
name: Validate Results
needs: [validate]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: echo "Workflow completed successfully!"
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
zap:
name: ZAP Scan
needs: [deploys]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Penetration Test
uses: zaproxy/action-full-scan@v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schemaspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
generate-schema-spy:
name: Generate SchemaSpy Documentation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
services:
postgres:
image: postgres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sysdig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
add-sysdig-team:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: tools
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bca1524

Please sign in to comment.