Skip to content

Commit b39bfdb

Browse files
committed
Upgrade workflows to ubuntu-24
1 parent 0d52541 commit b39bfdb

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.devcontainer/swift/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.236.0/containers/cpp/.devcontainer/base.Dockerfile
22

3-
# [Choice] Debian / Ubuntu version (use Debian 11, Ubuntu 18.04/22.04 on local arm64/Apple Silicon): debian-11, debian-10, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04
4-
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-ubuntu-22.04
3+
# [Choice] Debian / Ubuntu version (use Debian 11, Ubuntu 18.04/22.04 on local arm64/Apple Silicon): debian-11, debian-10, ubuntu-22.04, ubuntu-24.04, ubuntu-20.04, ubuntu-18.04
4+
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-ubuntu-24.04
55

66
USER root
77
ADD root.sh /tmp/root.sh

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: ./swift/actions/build-and-test
5151
build-and-test-linux:
5252
if: github.repository_owner == 'github'
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: ./swift/actions/build-and-test

actions/ql/test/query-tests/Security/CWE-094/.github/workflows/self_needs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test1:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
outputs:
1111
job_output: ${{ steps.source.outputs.value }}
1212
steps:

actions/ql/test/query-tests/Security/CWE-094/.github/workflows/test10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ jobs:
491491

492492
send_results:
493493
name: Send results to webhook
494-
runs-on: ubuntu-22.04
494+
runs-on: ubuntu-24.04
495495
if: always()
496496
needs: [
497497
setup,

actions/ql/test/query-tests/Security/CWE-094/.github/workflows/test23.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33

44
jobs:
55
test:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
77
if: >
88
(github.event.workflow_run.event == 'pull_request' ||
99
github.event.workflow_run.event == 'pull_request_target') &&

actions/ql/test/query-tests/Security/CWE-094/.github/workflows/test24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33

44
jobs:
55
test:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- name: Run Issue form parser
99
id: parse

actions/ql/test/query-tests/Security/CWE-829/.github/workflows/issue_comment_octokit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test1:
99
if: github.event.comment.body == '@metabase-bot run visual tests'
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Fetch issue
1313
uses: octokit/[email protected]

actions/ql/test/query-tests/Security/CWE-829/.github/workflows/issue_comment_octokit2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test1:
99
if: github.event.comment.body == '@metabase-bot run visual tests'
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Fetch issue
1313
uses: octokit/[email protected]

actions/ql/test/query-tests/Violations Of Best Practice/CodeQL/.github/workflows/should_be_using_advanced_setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
matrix:
2222
include:
2323
- language: javascript
24-
os: ubuntu-22.04
24+
os: ubuntu-24.04
2525
- language: ruby
26-
os: ubuntu-22.04-16core
26+
os: ubuntu-24.04-16core
2727

2828
steps:
2929
- name: Checkout repository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "5.0.408"
3+
"version": "9.0.100"
44
}
55
}

0 commit comments

Comments
 (0)