Skip to content

Commit ce2877d

Browse files
author
Paolo Tranquilli
committed
Merge branch 'main' into redsun82/rust-mute-warnings-in-uncompiled-blocks
2 parents 10d8aa4 + 27852dd commit ce2877d

File tree

65 files changed

+10998
-631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+10998
-631
lines changed

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ paths-ignore:
99
- '/python/'
1010
- '/javascript/ql/test'
1111
- '/javascript/extractor/tests'
12-
- '/rust/ql/test'
13-
- '/rust/ql/integration-tests'
12+
- '/rust/ql'

.github/workflows/cpp-swift-analysis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
CodeQL-Build:
2121

22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323

2424
permissions:
2525
contents: read
@@ -38,12 +38,10 @@ jobs:
3838
languages: cpp
3939
config-file: ./.github/codeql/codeql-config.yml
4040

41-
- name: "[Ubuntu] Remove GCC 13 from runner image"
42-
shell: bash
41+
- name: Install dependencies
4342
run: |
44-
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
4543
sudo apt-get update
46-
sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*
44+
sudo apt-get install -y uuid-dev
4745
4846
- name: "Build Swift extractor using Bazel"
4947
run: |

0 commit comments

Comments
 (0)