Bump ubuntu-latest to ubuntu-24.04

This commit is contained in:
Alexis Métaireau 2025-01-16 12:02:14 +01:00
parent 02602b072a
commit d07b5f23e3
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E
6 changed files with 11 additions and 11 deletions

View file

@ -29,7 +29,7 @@ env:
jobs: jobs:
build-dev-environment: build-dev-environment:
name: "Build dev-env (${{ matrix.distro }}-${{ matrix.version }})" name: "Build dev-env (${{ matrix.distro }}-${{ matrix.version }})"
runs-on: ubuntu-latest runs-on: ubuntu-24.04
strategy: strategy:
matrix: matrix:
include: include:

View file

@ -4,7 +4,7 @@ on:
jobs: jobs:
prevent-fixup-commits: prevent-fixup-commits:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
env: env:
target: debian-bookworm target: debian-bookworm
distro: debian distro: debian
@ -19,7 +19,7 @@ jobs:
git log --pretty=format:%s origin/main..HEAD | grep -ie '^fixup\|^wip' && exit 1 || true git log --pretty=format:%s origin/main..HEAD | grep -ie '^fixup\|^wip' && exit 1 || true
check-changelog: check-changelog:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -32,4 +32,4 @@ jobs:
run: | run: |
if git diff --exit-code "origin/${BASE_REF}" -- CHANGELOG.md; then if git diff --exit-code "origin/${BASE_REF}" -- CHANGELOG.md; then
echo "::warning::No CHANGELOG.md modifications were found in this pull request." echo "::warning::No CHANGELOG.md modifications were found in this pull request."
fi fi

View file

@ -14,7 +14,7 @@ on:
jobs: jobs:
install-from-apt-repo: install-from-apt-repo:
name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}" name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}"
runs-on: ubuntu-latest runs-on: ubuntu-24.04
container: ${{ matrix.distro }}:${{ matrix.version }} container: ${{ matrix.distro }}:${{ matrix.version }}
strategy: strategy:
matrix: matrix:
@ -75,7 +75,7 @@ jobs:
install-from-yum-repo: install-from-yum-repo:
name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}" name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}"
runs-on: ubuntu-latest runs-on: ubuntu-24.04
container: ${{ matrix.distro }}:${{ matrix.version }} container: ${{ matrix.distro }}:${{ matrix.version }}
strategy: strategy:
matrix: matrix:

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
close-issues: close-issues:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
permissions: permissions:
issues: write issues: write
steps: steps:

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
security-scan-container: security-scan-container:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -54,7 +54,7 @@ jobs:
severity-cutoff: critical severity-cutoff: critical
security-scan-app: security-scan-app:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- runs-on: ubuntu-latest - runs-on: ubuntu-24.04
arch: i686 arch: i686
# Do not scan Silicon mac for now to avoid masking release scan results for other plaforms. # Do not scan Silicon mac for now to avoid masking release scan results for other plaforms.
# - runs-on: macos-latest # - runs-on: macos-latest
@ -55,7 +55,7 @@ jobs:
severity-cutoff: critical severity-cutoff: critical
security-scan-app: security-scan-app:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4