Skip to content

Commit 526f161

Browse files
authored
Merge branch 'main' into denisl/afewmissedCGChanges
2 parents b87431a + c31abb7 commit 526f161

File tree

719 files changed

+80092
-7247
lines changed

Some content is hidden

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

719 files changed

+80092
-7247
lines changed

.github/workflows/powershell-pr-check.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
powershell-pr-check:
1111
name: powershell-pr-check
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
if: github.repository == 'microsoft/codeql'
1414
permissions:
1515
contents: read
@@ -23,6 +23,10 @@ jobs:
2323
uses: ./.github/actions/fetch-codeql
2424
with:
2525
channel: release
26-
- name: Compile PowerShell Queries
26+
- name: Install PowerShell
2727
run: |
28-
codeql query compile --check-only --keep-going powershell/ql/src
28+
$path = Split-Path (Get-Command codeql).Source
29+
./powershell/build.ps1 $path
30+
- name: Run QL tests
31+
run: |
32+
codeql test run --threads=0 powershell/ql/test

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/javascript/ @github/codeql-javascript
99
/python/ @github/codeql-python
1010
/ruby/ @github/codeql-ruby
11+
/rust/ @github/codeql-rust
1112
/swift/ @github/codeql-swift
1213
/misc/codegen/ @github/codeql-swift
1314
/java/kotlin-extractor/ @github/codeql-kotlin
@@ -41,6 +42,7 @@ MODULE.bazel @github/codeql-ci-reviewers
4142
/.github/workflows/go-* @github/codeql-go
4243
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
4344
/.github/workflows/ruby-* @github/codeql-ruby
45+
/.github/workflows/rust.yml @github/codeql-rust
4446
/.github/workflows/swift.yml @github/codeql-swift
4547

4648
# Misc

0 commit comments

Comments
 (0)