Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
434df8e
Update checks to use `analysis-kinds` instead of `quality-queries`
mbg Aug 28, 2025
85a4853
Add utility function to check if code scanning is enabled
mbg Aug 28, 2025
ca7dd4a
Move `UploadTarget` definitions to `analyses.ts`
mbg Aug 28, 2025
0162708
Rename `UploadTarget` to `AnalysisConfig`
mbg Aug 28, 2025
cb8f28f
Add `kind` property to `AnalysisConfig` and documentation
mbg Aug 28, 2025
e4ffe6f
Only specify queries for `run-queries` if both analysis kinds are ena…
mbg Aug 28, 2025
ff57bbf
Handle different permutations of analysis kinds in `analyze` action
mbg Aug 28, 2025
6d2d204
Add note for `getPerQueryAlertCounts`
mbg Aug 28, 2025
04bb074
Add `sarifExtension` field to `AnalysisConfig`
mbg Sep 1, 2025
8ea50b8
Add and use helpers for determining analysis config the DB is initial…
mbg Sep 1, 2025
244e04c
Add test with `analysisKindsInput: code-quality`
mbg Sep 1, 2025
811aef8
Move `isDefined` from `start-proxy` to `util`
mbg Sep 1, 2025
01fe6a1
Override query configuration for Code Quality only analyses
mbg Sep 1, 2025
86275f6
Fix `addSarifExtension` and add tests
mbg Sep 1, 2025
7baedbc
Check if Code Scanning is enabled before uploading Code Scanning SARIF
mbg Sep 1, 2025
3ee9287
Update condition and comment for CQ-only config
mbg Sep 2, 2025
51d74ac
Remove default arguments from `uploadSpecifiedFiles` and `validateUni…
mbg Sep 2, 2025
f4fca70
Do not mutate `originalUserInput`
mbg Sep 2, 2025
ae2df70
Make code that builds the list of queries for `run-queries` more robu…
mbg Sep 4, 2025
d08e9a2
Make conditions for `interpret-results` more robust
mbg Sep 4, 2025
38f1a70
Add `runInterpretResultsFor` to de-duplicate code for `interpret-resu…
mbg Sep 4, 2025
4c82ae2
Overlay: add automation ID to cache key
cklin Sep 4, 2025
6d0bcea
Matrix over `analysis-kinds` in `quality-queries` check
mbg Sep 5, 2025
5d822f1
Rename `getDbAnalysisKind` and `getDbAnalysisConfig`
mbg Sep 5, 2025
918e792
Throw an error if query customisations are enabled for a `code-qualit…
mbg Sep 5, 2025
b92db7e
Update changelog and version after v3.30.1
github-actions[bot] Sep 5, 2025
6f2d6bb
Rebuild
github-actions[bot] Sep 5, 2025
aeaa720
Merge pull request #3082 from github/mergeback/v3.30.1-to-main-f1f6e5f6
aibaars Sep 5, 2025
e75b5d3
Fix: Include `matrix.analysis-kinds` in artifact names
mbg Sep 5, 2025
fc58478
Overlay: clarify componentsJson computation
cklin Sep 5, 2025
0a3d60d
Overlay: clarify save vs restore keys
cklin Sep 5, 2025
0e42ed4
build: refresh js files
cklin Sep 5, 2025
ab82675
Add test to check `hasActionsWorkflows` doesn't throw
mbg Sep 5, 2025
e045f5e
Fix `hasActionsWorkflows` throwing if workflows folder doesn't exist
mbg Sep 5, 2025
144880b
Merge pull request #3084 from github/mbg/fix/hasActionsWorkflows
mbg Sep 8, 2025
1c6bc38
Merge pull request #3080 from github/cklin/overlay-db-automation-id
cklin Sep 8, 2025
0a56aad
Merge pull request #3064 from github/mbg/cq/allow-cq-only-analysis
mbg Sep 8, 2025
ec4b36c
Add C# artifacts to `.gitignore` for `multi-language-repo`
mbg Sep 8, 2025
01fd48d
Remove comment about `main` from `update-required-checks.sh`
mbg Sep 8, 2025
76a3ccc
Clarify instructions for updating PR checks for PRs
mbg Sep 8, 2025
7d8e1e9
Bump the npm group with 5 updates
dependabot[bot] Sep 8, 2025
23419de
Rebuild
github-actions[bot] Sep 8, 2025
d8df826
Merge pull request #3086 from github/mbg/docs/required-checks
mbg Sep 8, 2025
c90f074
Merge pull request #3087 from github/dependabot/npm_and_yarn/npm-1cf7…
henrymercer Sep 8, 2025
d7a501d
Merge pull request #3085 from github/mbg/multi-language-repo/gitignore
mbg Sep 9, 2025
a879d03
Update changelog for v3.30.2
github-actions[bot] Sep 9, 2025
14bbb6a
Add changelog entries
mbg Sep 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog for v3.30.2
  • Loading branch information
github-actions[bot] committed Sep 9, 2025
commit a879d033687e011480e4d305b657b50d8f099ef1
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## [UNRELEASED]
## 3.30.2 - 09 Sep 2025

No user facing changes.

Expand Down