Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 36805d3 commit 0271a94
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
results:
name: Analysis Results
needs: [tests-java, repo-reports]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: echo "Workflow completed successfully!"
10 changes: 5 additions & 5 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
semver: ${{ steps.semver.outputs.version }}
tag: ${{ steps.semver.outputs.tag }}
clean_changelog: ${{ steps.semver.outputs.clean_changelog }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
Expand All @@ -41,7 +41,7 @@ jobs:
certextractor:
name: Promote certextractor
needs: [vars]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: shrink/actions-docker-registry-tag@v4
with:
Expand All @@ -52,7 +52,7 @@ jobs:

release-core:
name: Build Core
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
permissions:
packages: write
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

release-spring:
name: Build Spring
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars, release-core]
permissions:
packages: write
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
tagging:
name: Tagging library
needs: [vars,certextractor,release-core,release-spring]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "tag=${{ steps.semver.outputs.tag }}"
cleanup-jars:
name: Cleanup Dev Images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
env:
NAME: ${{ github.event.repository.name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pr-validation:
name: Pull Request Validation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
permissions:
contents: read
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

build-certextractor:
name: Builds Cert Extractor
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars, pr-validation]
steps:
- uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:
build-core:
name: Build Core
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars, pr-validation]
permissions:
packages: write
Expand All @@ -105,7 +105,7 @@ jobs:

build-spring:
name: Build Spring
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars, build-core]
permissions:
packages: write
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 @@ -106,6 +106,6 @@ jobs:
results:
name: Validate Results
needs: [changelog, 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/reusable-tests-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Library Tests
needs: [vars]
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]
name: Core Coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-tests-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
trivy:
name: Repository Report
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
Expand All @@ -56,7 +56,7 @@ jobs:

codeql:
name: Semantic Code Analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
permissions:
actions: read
Expand Down

0 comments on commit 0271a94

Please sign in to comment.