Skip to content

Commit

Permalink
Merge pull request #18945 from github/aeisenberg/move-to-experimental
Browse files Browse the repository at this point in the history
Move UnversionedImmutableAction.ql to experimental
  • Loading branch information
aeisenberg authored Mar 7, 2025
2 parents d075466 + 2a0e133 commit e73745d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.
Immutable Actions feature is not yet available for customer use. The query has also been moved
to the experimental folder and will not be used in code scanning unless it is explicitly added
to a code scanning configuration. Once the Immutable Actions feature is available, the query will
be updated to report alerts again.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @tags security
* actions
* internal
* experimental
* external/cwe/cwe-829
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Security/CWE-829/UnversionedImmutableAction.ql
experimental/Security/CWE-829/UnversionedImmutableAction.ql

0 comments on commit e73745d

Please sign in to comment.