Skip to content

Merge main into releases/v2 #1829

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 49 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
097823f
Add support for the code_scanning_codeql_java_lombok feature flag
igfoo Jul 27, 2023
cae6b78
Be more consistent
igfoo Jul 27, 2023
a27d3e9
Fix lint suggestions
igfoo Jul 27, 2023
4f6104c
Run "npm run build"
igfoo Jul 27, 2023
c946707
Pass codeql in to check
igfoo Jul 27, 2023
976ada2
Regen
igfoo Jul 27, 2023
67e62e7
Don't print the lines of code baseline when new analysis summary enabled
henrymercer Jul 28, 2023
34090fe
Lombok: Only do anything if Java is being analysed
igfoo Jul 28, 2023
eea148f
Run "npm run build"
igfoo Jul 28, 2023
868eec5
Update changelog and version after v2.21.2
github-actions[bot] Jul 28, 2023
7c2bd35
Update checked-in dependencies
github-actions[bot] Jul 28, 2023
c8b21b5
Merge pull request #1814 from github/mergeback/v2.21.2-to-main-0ba42444
alexet Jul 28, 2023
81ae676
Merge pull request #1812 from github/henrymercer/no-loc-baseline-for-…
henrymercer Jul 28, 2023
d9d3212
Simplify README to recommend default setup and refer to docs
henrymercer Jul 28, 2023
5691205
Make not specifying a required input a user error
henrymercer Jul 28, 2023
79690d4
Make submitting advanced analysis when default setup on a user error
henrymercer Jul 28, 2023
bcfe489
Improve function name
henrymercer Jul 28, 2023
bc068d7
Use feature flag to enable evaluator intra-layer parallelism
nickrolfe Jul 31, 2023
2f8540d
Add CHANGELOG entry for intra-layer parallelism rollout
nickrolfe Jul 31, 2023
cf445f7
Merge pull request #1817 from github/nickrolfe/evaluator-intra-layer-…
nickrolfe Jul 31, 2023
c7b7456
Pass explicit option to disable intra-layer parallelism
nickrolfe Jul 31, 2023
245422d
Merge pull request #1815 from github/henrymercer/update-readme
henrymercer Jul 31, 2023
6a17359
Merge pull request #1816 from github/henrymercer/more-user-errors
henrymercer Jul 31, 2023
a6b0ced
Merge pull request #1818 from github/nickrolfe/disable-intra-layer-pa…
nickrolfe Jul 31, 2023
e7e35ba
Bump the npm group with 2 updates (#1819)
dependabot[bot] Aug 1, 2023
38adb40
Delete bundle archive after extracting it
henrymercer Aug 1, 2023
ea47b2a
Add changelog note
henrymercer Aug 1, 2023
f93fb8d
Clean up non-toolcached bundle
henrymercer Aug 1, 2023
92c848e
Improve variable naming
henrymercer Aug 1, 2023
61cdd25
Factor out common code for cleaning up bundle artifacts
henrymercer Aug 1, 2023
7b79062
Merge pull request #1820 from github/henrymercer/delete-bundle-archive
henrymercer Aug 1, 2023
7d646d3
Empty commit
angelapwen Aug 2, 2023
c32aadf
Merge branch 'main' into igfoo/code_scanning_codeql_java_lombok
angelapwen Aug 2, 2023
1b6e91d
Autogenerate source map
angelapwen Aug 2, 2023
2192e34
Merge pull request #1809 from github/igfoo/code_scanning_codeql_java_…
coadaflorin Aug 2, 2023
49e0fc2
PR checks: Rename `cached` to `default`
henrymercer Aug 2, 2023
a98b9bd
Merge pull request #1821 from github/henrymercer/pr-checks/improve-ve…
henrymercer Aug 3, 2023
1f63aba
PR Checks: Test `codeql-bundle.tar.gz` (#1822)
angelapwen Aug 3, 2023
f128379
Make Swift setup more consistent with default setup
henrymercer Aug 3, 2023
0ff6cfb
Only workaround invalid notifications for CodeQL CLI 2.13.0 and earlier
henrymercer Aug 3, 2023
2203178
Increase scaling factor for reserved RAM to 5%
henrymercer Aug 7, 2023
66dc883
Merge pull request #1826 from github/henrymercer/increase-reserved-sc…
henrymercer Aug 7, 2023
63602c0
Merge pull request #1824 from github/henrymercer/cli-notifications-fix
henrymercer Aug 7, 2023
878ae4a
Merge pull request #1823 from github/henrymercer/setup-swift-more-con…
henrymercer Aug 7, 2023
7e2f56a
Bump the npm group with 3 updates
dependabot[bot] Aug 7, 2023
31b9dd1
Update checked-in dependencies
github-actions[bot] Aug 7, 2023
f9a7c67
Merge pull request #1827 from github/dependabot/npm_and_yarn/npm-5103…
henrymercer Aug 8, 2023
dda4ed3
Update changelog for v2.21.3
github-actions[bot] Aug 8, 2023
f0f7a35
Add changenote for Lombok rollout
igfoo Aug 8, 2023
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
PR checks: Rename cached to default
  • Loading branch information
henrymercer committed Aug 2, 2023
commit 49e0fc2ba1f9d4478e7aaffc4dd0552b2272dbde
4 changes: 2 additions & 2 deletions .github/actions/prepare-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Prepare test"
description: Performs some preparation to run tests
inputs:
version:
description: "The version of the CodeQL CLI to use. Can be 'latest', 'cached', 'nightly-latest', 'nightly-YYYY-MM-DD', or 'stable-YYYY-MM-DD'."
description: "The version of the CodeQL CLI to use. Can be 'latest', 'default', 'nightly-latest', 'nightly-YYYY-MM-DD', or 'stable-YYYY-MM-DD'."
required: true
outputs:
tools-url:
Expand Down Expand Up @@ -46,7 +46,7 @@ runs:
echo "tools-url=https://github.com/github/codeql-action/releases/download/codeql-bundle-$version/$artifact_name" >> $GITHUB_OUTPUT
elif [[ ${{ inputs.version }} == "latest" ]]; then
echo "tools-url=latest" >> $GITHUB_OUTPUT
elif [[ ${{ inputs.version }} == "cached" ]]; then
elif [[ ${{ inputs.version }} == "default" ]]; then
echo "tools-url=" >> $GITHUB_OUTPUT
else
echo "::error::Unrecognized version specified!"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/__analyze-ref-input.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/__go-custom-queries.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/__go-tracing-autobuilder.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/__go-tracing-custom-build-steps.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/__go-tracing-legacy-workflow.yml

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

6 changes: 3 additions & 3 deletions .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.

6 changes: 3 additions & 3 deletions .github/workflows/__ml-powered-queries.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.

6 changes: 3 additions & 3 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.

6 changes: 3 additions & 3 deletions .github/workflows/__packaging-config-js.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/__packaging-inputs-js.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/__remote-config.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.

4 changes: 2 additions & 2 deletions .github/workflows/__ruby.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/__scaling-reserved-ram.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/__split-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/__submit-sarif-failure.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/__swift-custom-build.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/__unset-environment.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/__upload-ref-sha-input.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/__with-checkout-path.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/codescanning-config-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- os: macos-latest
version: latest
- os: ubuntu-latest
version: cached
version: default
- os: macos-latest
version: cached
version: default
- os: ubuntu-latest
version: nightly-latest
- os: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- stable-20220908
- stable-20221211
- stable-20230418
- cached
- default
- latest
- nightly-latest
name: Upload debug artifacts
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Check expected artifacts exist
shell: bash
run: |
VERSIONS="stable-20220615 stable-20220908 stable-20221211 stable-20230418 cached latest nightly-latest"
VERSIONS="stable-20220615 stable-20220908 stable-20221211 stable-20230418 default latest nightly-latest"
LANGUAGES="cpp csharp go java javascript python"
for version in $VERSIONS; do
for os in ubuntu-latest macos-latest; do
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/init-with-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "Packaging: Download using registries"
description: "Checks that specifying a registries block and associated auth works as expected"
versions: [
# This feature is not compatible with older CLIs
"cached",
"default",
"latest",
"nightly-latest",
]
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/javascript-source-root.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Custom source root"
description: "Checks that the argument specifying a non-default source root works"
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
operatingSystems: ["ubuntu"]
steps:
- name: Move codeql-action
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Packaging: Config and input passed to the CLI"
description: "Checks that specifying packages using a combination of a config file and input to the Action works"
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs

env:
CODEQL_PASS_CONFIG_TO_CLI: true
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/packaging-config-inputs-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Packaging: Config and input"
description: "Checks that specifying packages using a combination of a config file and input to the Action works"
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
steps:
- uses: ./../action/init
with:
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/packaging-config-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Packaging: Config file"
description: "Checks that specifying packages using only a config file works"
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
steps:
- uses: ./../action/init
with:
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/packaging-inputs-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Packaging: Action input"
description: "Checks that specifying packages using the input to the Action works"
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
steps:
- uses: ./../action/init
with:
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy