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

Merge main into releases/v3 #2585

Merged
merged 88 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
5fb6f12
Create publish-immutable-action workflow
aeisenberg Oct 11, 2024
e1763c0
Add `actions` language
dbartol Sep 25, 2024
6682b14
Handle `kind` property in `registries`
dbartol Oct 1, 2024
7e9defd
Support YAML in `CODEQL_ACTION_EXTRA_OPTIONS`
dbartol Oct 2, 2024
2bfc468
Add decodeGitFilePath()
cklin Oct 21, 2024
5e475b7
Add debug logging to runGitCommand()
cklin Oct 21, 2024
5d7a7be
Update changelog and version after v3.27.0
github-actions[bot] Oct 22, 2024
a06ecd7
Update checked-in dependencies
github-actions[bot] Oct 22, 2024
8c3a732
Bundle install: Only use stdin for streaming
henrymercer Oct 22, 2024
b7cdb7f
Merge pull request #2562 from github/mergeback/v3.27.0-to-main-66247203
aibaars Oct 22, 2024
a5eda49
Merge branch 'main' into aeisenberg/publish-immutable
aeisenberg Oct 22, 2024
06361b4
Bump high water mark when downloading bundle to 16 MB
henrymercer Oct 22, 2024
e5048f5
Tweak a couple of log messages
henrymercer Oct 22, 2024
972eba1
Only stream installing the bundle on Linux
henrymercer Oct 22, 2024
b97ec3a
Merge pull request #2564 from github/henrymercer/only-use-stdin-for-s…
henrymercer Oct 23, 2024
d8fa821
Add Feature.CppBuildModeNone
calumgrant Oct 23, 2024
6498663
Update JS files
calumgrant Oct 23, 2024
48fd9d7
Fix test
calumgrant Oct 23, 2024
467d7e6
Merge pull request #2565 from github/calumgrant/bmn-ff
calumgrant Oct 23, 2024
db53998
Add Git helper functions
cklin Oct 23, 2024
b311eee
Add sarifRunPropertyFlag to databaseInterpretResults()
cklin Oct 21, 2024
0d2a78f
C++: Handle codeql_action_cpp_build_mode_none feature flag
calumgrant Oct 24, 2024
802a7ed
C++: Refactor CODEQL_EXTRACTOR_CPP_BUILD_MODE_NONE
calumgrant Oct 25, 2024
f88a648
Fix linter errors
calumgrant Oct 25, 2024
b91f43b
Merge pull request #2568 from github/calumgrant/bmn-ff2
calumgrant Oct 25, 2024
1a02ac9
fix: tolerate other GitHub variants when retrieving feature flags fro…
NlightNFotis Oct 24, 2024
6511785
test: add test ensuring we don't bail against proxima stamps when req…
NlightNFotis Oct 25, 2024
fddb49d
test: update wording of text description
NlightNFotis Oct 25, 2024
3aa7135
Merge pull request #2567 from github/NlightNFotis/feature_flag_fix
NlightNFotis Oct 25, 2024
3d19b71
Bump uuid from 10.0.0 to 11.0.1 in the npm group
dependabot[bot] Oct 28, 2024
3dfa095
Update checked-in dependencies
github-actions[bot] Oct 28, 2024
b07135c
Improve robustness of extracting bundle tag name
henrymercer Oct 28, 2024
1f4b0cb
Add regression test
henrymercer Oct 28, 2024
6a38de6
Merge pull request #2570 from github/henrymercer/more-robust-tag-name
dbartol Oct 28, 2024
1a7989f
Add `dependency-caching` input to Action
mbg Jul 22, 2024
1922a48
Add `dependencyCachingEnabled` to `Config`
mbg Jul 22, 2024
19e7c25
Add explicit dependency on `@actions/glob`
mbg Jul 22, 2024
51d90f4
Add caching utils
mbg Jul 22, 2024
2b7af49
Add bare-bones dependency caching functions
mbg Jul 22, 2024
f64038f
Store and restore dependency caches in `init` Action
mbg Jul 22, 2024
5e11d57
Add caching configuration for C#
mbg Jul 23, 2024
9d1353f
Add caching configuration for Go
mbg Jul 23, 2024
5afaeed
Ensure that we have files to calculate the hash for the cache key from
mbg Jul 23, 2024
f0bcca1
Add documentation for `CacheConfig`
mbg Jul 26, 2024
259cc5a
Rename `makeGlobber` parameter
mbg Jul 26, 2024
471ed9f
Move `isDefaultSetup` to `actions-util.ts` and change implementation
mbg Jul 26, 2024
5b057af
Store dependency caches in `analyze` Action
mbg Jul 26, 2024
f3714ae
Skip uploading empty caches
mbg Jul 26, 2024
1338dbc
Add env var alternative to `dependency-caching` input
mbg Sep 25, 2024
8f657e8
Add environment variable for custom dependency cache prefix
mbg Oct 7, 2024
c0b5869
Add message when no cache was found for a language
mbg Oct 7, 2024
7d69964
Fix import ordering
mbg Oct 7, 2024
668531e
Support Paket
mbg Oct 14, 2024
79faaf1
Add `CachingKind` enum to control whether to restore or store caches
mbg Oct 14, 2024
0cb7129
Disable dependency caching by default on hosted runners for now
mbg Oct 28, 2024
21e6a62
Use common `getTotalCacheSize` for TRAP caching
mbg Oct 29, 2024
ed74b24
Remove part about deprecated values in docs for `getCachingKind`
mbg Oct 29, 2024
bab8f1d
Document future cache size considerations
mbg Oct 29, 2024
f7935cc
Diff-informed PR analysis
cklin Oct 29, 2024
94b5d39
build: refresh js files
cklin Oct 29, 2024
dfc2731
Merge pull request #2383 from github/mbg/add/dependency-caching
mbg Oct 29, 2024
a883cff
Add the action stub
aeisenberg Oct 29, 2024
1df6590
Merge pull request #2541 from github/aeisenberg/publish-immutable
aeisenberg Oct 29, 2024
6554251
Update action.yml
aeisenberg Oct 29, 2024
19484c7
Merge pull request #2571 from github/aeisenberg/action-stub
aeisenberg Oct 29, 2024
9f93f47
Merge pull request #2569 from github/dependabot/npm_and_yarn/npm-00a8…
aeisenberg Oct 29, 2024
a282158
Merge branch 'main' into cklin/diff-range-filtering
cklin Oct 31, 2024
48c3e26
Merge pull request #2559 from github/cklin/diff-range-filtering
cklin Oct 31, 2024
2a3ca27
Merge remote-tracking branch 'origin/main' into dbartol/actions-analysis
dbartol Oct 31, 2024
33f2dc5
Enable zstd bundles on GHES and remove feature flag
henrymercer Nov 1, 2024
26077f3
Remove fallback to gzip
henrymercer Nov 1, 2024
aecadfe
Add changelog note
henrymercer Nov 1, 2024
4e764dc
Add unit test for YAML support in `CODEQL_ACTION_EXTRA_OPTIONS`
dbartol Nov 1, 2024
bfa8cb3
Merge pull request #2573 from github/henrymercer/zstd-bundle-cleanup
henrymercer Nov 1, 2024
ca91b63
Add comment about registry kinds
dbartol Nov 1, 2024
cbe1897
Merge pull request #2572 from github/dbartol/actions-analysis
dbartol Nov 1, 2024
16e8ccc
spelling: in case
jsoref Nov 4, 2024
3fe3054
Update default bundle to codeql-bundle-v2.19.3
github-actions[bot] Nov 4, 2024
28e7fca
Add changelog note
github-actions[bot] Nov 4, 2024
756aa64
spelling: macos
jsoref Nov 4, 2024
d5e7384
Strip trailing whitespace generated by ruamel-yaml
jsoref Nov 3, 2024
1e6d67b
Give expected-queries-runs permissions
jsoref Nov 3, 2024
688ea53
Fix publish-immutable-action version
jsoref Nov 3, 2024
3b7b85f
Conditionally clear runner cache
jsoref Nov 4, 2024
5ac2ddd
Merge pull request #2580 from jsoref/minor-cleanup
aeisenberg Nov 6, 2024
4e033f0
Merge branch 'main' into update-bundle/codeql-bundle-v2.19.3
cklin Nov 7, 2024
3ef4c08
Merge pull request #2576 from github/update-bundle/codeql-bundle-v2.19.3
cklin Nov 7, 2024
63b548d
Update changelog for v3.27.1
github-actions[bot] Nov 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/__all-platform-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__analyze-ref-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__autobuild-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__autobuild-direct-tracing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-manual.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-none.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-rollback.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__cleanup-db-cluster-dir.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__config-export.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__config-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__cpp-deptrace-disabled.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__cpp-deptrace-enabled-on-macos.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__cpp-deptrace-enabled.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__diagnostics-export.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__extractor-ram-threads.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-custom-queries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-indirect-tracing-workaround.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-autobuilder.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-custom-build-steps.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-legacy-workflow.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__init-with-registries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__javascript-source-root.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__job-run-uuid-sarif.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__language-aliases.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__packaging-config-inputs-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__packaging-config-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__packaging-inputs-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__remote-config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__resolve-environment-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__rubocop-multi-language.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__ruby.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading