-
Notifications
You must be signed in to change notification settings - Fork 2k
Docs: Add GitHub Actions as a supported language #19190
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
09de7cf
Docs: Add GitHub Actions as a supported language
adityasharad f6442d2
Docs: Add Actions pages for CWE coverage
adityasharad a1ceaa0
Docs: Add initial library docs for Actions
adityasharad 9db5cdf
Docs: Add query help page placeholders for Actions
adityasharad 3b8c4d9
Docs: Remove spurious predicate reference
adityasharad 4207322
Docs: Make Actions underlines the right length
adityasharad 67dd301
Docs: Add language guide structure for Actions
adityasharad 8f6dc1c
Docs: Fix more short underlines
adityasharad 4d6afe7
Docs: Address comments on Actions docs
adityasharad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,2 @@ | ||
| - `CodeQL queries for GitHub Actions <https://github.com/github/codeql/tree/main/actions/ql/src>`__ | ||
| - `CodeQL library reference for GitHub Actions <https://codeql.github.com/codeql-standard-libraries/actions/>`__ |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ | |
|
|
||
| * - Language | ||
| - Identifier | ||
| * - GitHub Actions | ||
| - ``actions`` | ||
| * - C/C++ | ||
| - ``cpp`` | ||
| * - C# | ||
|
|
||
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ | |
| .NET Core up to 3.1 | ||
|
|
||
| .NET 5, .NET 6, .NET 7, .NET 8, .NET 9","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``" | ||
| GitHub Actions [12]_,"Not applicable",Not applicable,"``.github/workflows/*.yml``, ``.github/workflows/*.yaml``, ``action.yml``, ``action.yaml``" | ||
| Go (aka Golang), "Go up to 1.24", "Go 1.11 or more recent", ``.go`` | ||
| Java,"Java 7 to 24 [5]_","javac (OpenJDK and Oracle JDK), | ||
|
|
||
|
|
@@ -40,3 +41,4 @@ | |
| .. [9] Requires glibc 2.17. | ||
| .. [10] Support for the analysis of Swift requires macOS. | ||
| .. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. | ||
| .. [12] Support for GitHub Actions is in public preview. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: This will need updating for GA, but I agree to merge this initial version of the docs ASAP and iterate.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup - will drop this footnote for GA. |
||
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.