Skip to content

Commit

Permalink
Revert "[deps]: Update ubuntu to v24 (#328)"
Browse files Browse the repository at this point in the history
This reverts commit 71ab263.
  • Loading branch information
Eeebru authored Oct 17, 2024
1 parent 7802366 commit d936fb5
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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-24.04
runs-on: ubuntu-22.04
needs: check-run
permissions:
contents: read
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

quality:
name: Quality scan
runs-on: ubuntu-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -33,7 +33,7 @@ jobs:
download-main:
name: Download main
runs-on: ubuntu-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -80,7 +80,7 @@ jobs:
download-pr:
name: Download Pull Request
runs-on: ubuntu-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -122,7 +122,7 @@ jobs:
download-multiple:
name: Download Multiple
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -143,7 +143,7 @@ jobs:
download-wildcard:
name: Download Wildcard
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -163,7 +163,7 @@ jobs:
download-conclusion:
name: Download Conclusion
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -183,7 +183,7 @@ jobs:
download-outputs:
name: Download outputs should not be empty
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-report-deployment-status-to-slack.yml
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-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

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-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report-upcoming-release-version.yml
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-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

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-24.04
runs-on: ubuntu-22.04
steps:
- name: Dump
run: |
Expand All @@ -27,7 +27,7 @@ jobs:

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

upload-multiple-wildcard-test:
name: Upload Multiple Wildcard Test
runs-on: ubuntu-24.04
runs-on: ubuntu-22.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 @@ -13,7 +13,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Get repository
id: repo
Expand Down

0 comments on commit d936fb5

Please sign in to comment.