-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rust-ref-mut
- Loading branch information
Showing
140 changed files
with
2,349 additions
and
2,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
actions/ql/extensions/immutable-actions-list/ext/immutable_actions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
extensions: | ||
- addsTo: | ||
pack: codeql/actions-all | ||
extensible: immutableActionsDataModel | ||
data: | ||
- ["actions/checkout"] | ||
- ["actions/cache"] | ||
- ["actions/setup-node"] | ||
- ["actions/upload-artifact"] | ||
- ["actions/setup-python"] | ||
- ["actions/download-artifact"] | ||
- ["actions/github-script"] | ||
- ["actions/setup-java"] | ||
- ["actions/setup-go"] | ||
- ["actions/upload-pages-artifact"] | ||
- ["actions/deploy-pages"] | ||
- ["actions/setup-dotnet"] | ||
- ["actions/stale"] | ||
- ["actions/labeler"] | ||
- ["actions/create-github-app-token"] | ||
- ["actions/configure-pages"] | ||
- ["github/codeql-action/analyze"] | ||
- ["github/codeql-action/autobuild"] | ||
- ["github/codeql-action/init"] | ||
- ["github/codeql-action/resolve-environment"] | ||
- ["github/codeql-action/start-proxy"] | ||
- ["github/codeql-action/upload-sarif"] | ||
- ["octokit/request-action"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Model pack containing the list of known immutable actions. The Immutable Actions feature is not | ||
# yet released, so this pack will only be used within GitHub. Once the feature is available to | ||
# customers, we will move the contents of this pack back into the standard library pack. | ||
name: codeql/immutable-actions-list | ||
version: 0.0.1-dev | ||
library: true | ||
warnOnImplicitThis: true | ||
extensionTargets: | ||
# We expect to need this model pack even after GA of Actions analysis, so make it compatible with | ||
# all future prereleases plus 1.x.x. We should be able to remove this back before we need to | ||
# bump the major version to 2. | ||
codeql/actions-all: ">=0.4.3 <2.0.0" | ||
dataExtensions: | ||
- ext/**/*.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ extensions: | |
data: | ||
- ["actions"] | ||
- ["github"] | ||
- ["advanced-security"] | ||
- ["advanced-security"] |
7 changes: 7 additions & 0 deletions
7
actions/ql/src/change-notes/2025-02-27-immutable-actions-list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
category: fix | ||
--- | ||
* The `actions/unversioned-immutable-action` query will no longer report any alerts, since the | ||
Immutable Actions feature is not yet available for customer use. The query remains in the | ||
default Code Scanning suites for use internal to GitHub. Once the Immutable Actions feature is | ||
available, the query will be updated to report alerts again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# artifacts of running `make test` | ||
data/ | ||
lock | ||
size |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
go/ql/lib/change-notes/2025-02-25-go-database-rqlite-sources.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* Added `database` source models for the `github.com/rqlite/gorqlite` package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* The location info for the following classes has been changed slightly to match a location that is in the database: `BasicBlock`, `ControlFlow::EntryNode`, `ControlFlow::ExitNode`, `ControlFlow::ConditionGuardNode`, `IR::ImplicitLiteralElementIndexInstruction`, `IR::EvalImplicitTrueInstruction`, `SsaImplicitDefinition`, `SsaPhiNode`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
category: majorAnalysis | ||
--- | ||
* Go 1.24 is now supported. This includes the new language feature of generic type aliases. |
4 changes: 4 additions & 0 deletions
4
go/ql/lib/change-notes/2025-02-27-haslocationinfo-deprecated.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
category: deprecated | ||
--- | ||
* The member predicate `hasLocationInfo` has been deprecated on the following classes: `BasicBlock`, `Callable`, `Content`, `ContentSet`, `ControlFlow::Node`, `DataFlowCallable`, `DataFlow::Node`, `Entity`, `GVN`, `HtmlTemplate::TemplateStmt`, `IR:WriteTarget`, `SourceSinkInterpretationInput::SourceOrSinkElement`, `SourceSinkInterpretationInput::InterpretNode`, `SsaVariable`, `SsaDefinition`, `SsaWithFields`, `StringOps::ConcatenationElement`, `Type`, and `VariableWithFields`. Use `getLocation()` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.