Skip to content

Commit 59195cc

Browse files
authored
Merge branch 'main' into amammad-go-bombs
2 parents bb50171 + 7819dcf commit 59195cc

File tree

493 files changed

+27660
-8864
lines changed

Some content is hidden

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

493 files changed

+27660
-8864
lines changed

.github/workflows/codeql-analysis.yml

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

2929
steps:
3030
- name: Setup dotnet
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 7.0.102
3434

.github/workflows/csharp-qltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v4
7474
- name: Setup dotnet
75-
uses: actions/setup-dotnet@v3
75+
uses: actions/setup-dotnet@v4
7676
with:
7777
dotnet-version: 7.0.102
7878
- name: Extractor unit tests

config/identical-files.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,6 @@
462462
"ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll",
463463
"swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll"
464464
],
465-
"TypeTracker": [
466-
"python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll",
467-
"ruby/ql/lib/codeql/ruby/typetracking/TypeTracker.qll"
468-
],
469465
"SummaryTypeTracker": [
470466
"python/ql/lib/semmle/python/dataflow/new/internal/SummaryTypeTracker.qll",
471467
"ruby/ql/lib/codeql/ruby/typetracking/internal/SummaryTypeTracker.qll"
@@ -534,4 +530,4 @@
534530
"python/ql/test/experimental/dataflow/model-summaries/InlineTaintTest.ext.yml",
535531
"python/ql/test/experimental/dataflow/model-summaries/NormalDataflowTest.ext.yml"
536532
]
537-
}
533+
}

0 commit comments

Comments
 (0)