Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps]: Update ubuntu to v24 #328

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
enforce-label:
if: ${{ contains(github.event.*.labels.*.name, 'hold') }}
name: Enforce label
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check for label
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
version:
name: Calculate Version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.calculate.outputs.version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: read-all
jobs:
check:
name: Check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Get user permission
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
ci-lint:
name: CI workflow-linter (v1)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

sast:
name: SAST scan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: check-run
permissions:
contents: read
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

quality:
name: Quality scan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: check-run
permissions:
contents: read
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test-download-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
download-latest:
name: Download Latest
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -33,7 +33,7 @@ jobs:

download-main:
name: Download main
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
Expand All @@ -54,7 +54,7 @@ jobs:

download-branch:
name: Download current branch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -80,7 +80,7 @@ jobs:

download-pr:
name: Download Pull Request
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout
Expand All @@ -102,7 +102,7 @@ jobs:

download-all:
name: Download All
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -122,7 +122,7 @@ jobs:

download-multiple:
name: Download Multiple
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -143,7 +143,7 @@ jobs:

download-wildcard:
name: Download Wildcard
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -163,7 +163,7 @@ jobs:

download-conclusion:
name: Download Conclusion
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -183,7 +183,7 @@ jobs:

download-outputs:
name: Download outputs should not be empty
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-report-start:
name: Test Slack report
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

test-report-db-migration:
name: Test Slack report with different DB migration scenerios
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-report-upcoming-release-version:
name: Test report upcoming release version to Slack
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upload-test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
upload:
name: Upload
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Dump
run: |
Expand All @@ -27,7 +27,7 @@ jobs:

upload-multiple:
name: Upload Multiple
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Dump
run: |
Expand All @@ -50,7 +50,7 @@ jobs:

upload-multiple-wildcard-test:
name: Upload Multiple Wildcard Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Dump
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Get repository
id: repo
Expand Down
Loading