Skip to content

Commit 9de0ca7

Browse files
committed
Upgrade the Ubuntu version in workflows
Signed-off-by: tdruez <[email protected]>
1 parent 02f17b5 commit 9de0ca7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/analyze-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push]
22

33
jobs:
44
scan-codebase:
5-
runs-on: ubuntu-22.04
6-
name: Analyze a Docker image with ScanCode.io
5+
runs-on: ubuntu-24.04
6+
name: Analyze a Docker image
77
steps:
88
- uses: nexB/scancode-action@alpha
99
with:

.github/workflows/find-vulnerabilities.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push]
22

33
jobs:
44
scan-codebase:
5-
runs-on: ubuntu-22.04
6-
name: Scan codebase with ScanCode.io
5+
runs-on: ubuntu-24.04
6+
name: Scan codebase and look for vulnerabilities
77
steps:
88
- uses: actions/checkout@v4
99
with:

.github/workflows/map-deploy-to-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push]
22

33
jobs:
44
scan-codebase:
5-
runs-on: ubuntu-22.04
6-
name: Map deploy to develop with ScanCode.io
5+
runs-on: ubuntu-24.04
6+
name: Map deploy to develop
77
steps:
88
- uses: nexB/scancode-action@alpha
99
with:

.github/workflows/scan-single-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push]
22

33
jobs:
44
scan-codebase:
5-
runs-on: ubuntu-22.04
6-
name: Scan package with ScanCode.io
5+
runs-on: ubuntu-24.04
6+
name: Scan a package source archive
77
steps:
88
- name: Download repository archive to scancode-inputs/ directory
99
run: |

0 commit comments

Comments
 (0)