Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Actions queries to public repo #18321

Merged
merged 855 commits into from
Dec 19, 2024

Add change notes

e4bce70
Select commit
Loading
Failed to load commit list.
Merged

Migrate Actions queries to public repo #18321

Add change notes
e4bce70
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Dec 19, 2024 in 14s

5 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 5 configurations present on refs/heads/main were not found:

Actions workflow (rust-analysis.yml)

  • ❓  .github/workflows/rust-analysis.yml:analyze/language:rust

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 196 warnings
  • 18 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 78 in actions/ql/lib/codeql/Locations.qll

See this annotation in the file changed.

Code scanning / CodeQL

Missing QLDoc for parameter Warning

The QLDoc has no documentation for ec, or el, or p, or sc, or sl, but the QLDoc mentions endcolumn, and endline, and filepath, and startcolumn, and startline

Check warning on line 1 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.Locations
.

Check warning on line 155 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Class QLDoc style. Warning

The QLDoc for a class should start with 'A', 'An', or 'The'.

Check warning on line 265 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Misspelling Warning

This comment contains the common misspelling 'environemnt', which should instead be 'environment'.

Check warning on line 319 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 321 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 323 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 327 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 331 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 333 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 337 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 341 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 345 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 349 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 353 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 355 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 359 in actions/ql/lib/codeql/actions/Ast.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 247 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 255 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 257 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 264 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 271 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 275 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 279 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.

Check warning on line 283 in actions/ql/lib/codeql/actions/Bash.qll

See this annotation in the file changed.

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.