From 49e0fc2ba1f9d4478e7aaffc4dd0552b2272dbde Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 2 Aug 2023 17:57:33 +0100 Subject: [PATCH] PR checks: Rename `cached` to `default` --- .github/actions/prepare-test/action.yml | 4 ++-- .github/workflows/__analyze-ref-input.yml | 6 +++--- .github/workflows/__go-custom-queries.yml | 6 +++--- .github/workflows/__go-tracing-autobuilder.yml | 4 ++-- .github/workflows/__go-tracing-custom-build-steps.yml | 4 ++-- .github/workflows/__go-tracing-legacy-workflow.yml | 4 ++-- .github/workflows/__init-with-registries.yml | 6 +++--- .github/workflows/__javascript-source-root.yml | 2 +- .github/workflows/__ml-powered-queries.yml | 6 +++--- .github/workflows/__multi-language-autodetect.yml | 4 ++-- .../__packaging-codescanning-config-inputs-js.yml | 6 +++--- .github/workflows/__packaging-config-inputs-js.yml | 6 +++--- .github/workflows/__packaging-config-js.yml | 6 +++--- .github/workflows/__packaging-inputs-js.yml | 6 +++--- .github/workflows/__remote-config.yml | 6 +++--- .github/workflows/__rubocop-multi-language.yml | 2 +- .github/workflows/__ruby.yml | 4 ++-- .github/workflows/__scaling-reserved-ram.yml | 4 ++-- .github/workflows/__split-workflow.yml | 4 ++-- .github/workflows/__submit-sarif-failure.yml | 2 +- .github/workflows/__swift-custom-build.yml | 4 ++-- .github/workflows/__unset-environment.yml | 2 +- .github/workflows/__upload-ref-sha-input.yml | 6 +++--- .github/workflows/__with-checkout-path.yml | 6 +++--- .github/workflows/codescanning-config-cli.yml | 4 ++-- .github/workflows/debug-artifacts.yml | 4 ++-- pr-checks/checks/init-with-registries.yml | 2 +- pr-checks/checks/javascript-source-root.yml | 2 +- .../checks/packaging-codescanning-config-inputs-js.yml | 2 +- pr-checks/checks/packaging-config-inputs-js.yml | 2 +- pr-checks/checks/packaging-config-js.yml | 2 +- pr-checks/checks/packaging-inputs-js.yml | 2 +- pr-checks/checks/rubocop-multi-language.yml | 2 +- pr-checks/checks/ruby.yml | 2 +- pr-checks/checks/split-workflow.yml | 2 +- pr-checks/checks/submit-sarif-failure.yml | 2 +- pr-checks/checks/swift-custom-build.yml | 2 +- pr-checks/sync.py | 8 +++++--- 38 files changed, 75 insertions(+), 73 deletions(-) diff --git a/.github/actions/prepare-test/action.yml b/.github/actions/prepare-test/action.yml index a6134cc706..e50b490dce 100644 --- a/.github/actions/prepare-test/action.yml +++ b/.github/actions/prepare-test/action.yml @@ -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: @@ -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!" diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index 3f5a56a8b6..91d3eab394 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 999e43501f..2d016d9762 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 71af706101..87373c5491 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -42,9 +42,9 @@ jobs: - os: macos-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 9f6c8543ff..ce0ba6ad91 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -42,9 +42,9 @@ jobs: - os: macos-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index f740808ee9..5dbe58cd93 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -42,9 +42,9 @@ jobs: - os: macos-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 8b9faf3d39..871d50e66c 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -26,11 +26,11 @@ jobs: matrix: include: - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 6657d4fe58..49ef296359 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -28,7 +28,7 @@ jobs: - os: ubuntu-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest name: Custom source root diff --git a/.github/workflows/__ml-powered-queries.yml b/.github/workflows/__ml-powered-queries.yml index edce39098b..76d531b42c 100644 --- a/.github/workflows/__ml-powered-queries.yml +++ b/.github/workflows/__ml-powered-queries.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 7adbb5823a..247180fd81 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -42,9 +42,9 @@ jobs: - os: macos-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 27cca78bd3..e224153acf 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -32,11 +32,11 @@ jobs: - os: windows-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest - os: macos-latest diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 6481c3ad35..a8e6f96d2f 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -32,11 +32,11 @@ jobs: - os: windows-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest - os: macos-latest diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index 1318f822ed..d2450601e3 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -32,11 +32,11 @@ jobs: - os: windows-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest - os: macos-latest diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 8f57756210..5edad348a3 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -32,11 +32,11 @@ jobs: - os: windows-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest - os: macos-latest diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index a126c041c9..2fdd778dbd 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 3e9935c0b0..9f63d77f40 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -26,7 +26,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: cached + version: default name: RuboCop multi-language permissions: contents: read diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index abf5b5519b..d7192fda8a 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -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 diff --git a/.github/workflows/__scaling-reserved-ram.yml b/.github/workflows/__scaling-reserved-ram.yml index 9b5c381d02..566988d008 100644 --- a/.github/workflows/__scaling-reserved-ram.yml +++ b/.github/workflows/__scaling-reserved-ram.yml @@ -42,9 +42,9 @@ jobs: - os: macos-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index 8ebe390a32..1973b766b4 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -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 diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index e778841a66..d4beca4298 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -28,7 +28,7 @@ jobs: - os: ubuntu-latest version: latest - os: ubuntu-latest - version: cached + version: default - os: ubuntu-latest version: nightly-latest name: Submit SARIF after failure diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 8a6b8cb3a9..73b43b4b86 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -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 diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 3cfaebfb18..edaa7dd1dd 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -34,7 +34,7 @@ jobs: - os: ubuntu-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: ubuntu-latest diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 3c3580a0d0..c9a0259bcb 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 9ada2e06a9..3818750292 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -50,11 +50,11 @@ jobs: - os: windows-latest version: stable-20230418 - os: ubuntu-latest - version: cached + version: default - os: macos-latest - version: cached + version: default - os: windows-latest - version: cached + version: default - os: ubuntu-latest version: latest - os: macos-latest diff --git a/.github/workflows/codescanning-config-cli.yml b/.github/workflows/codescanning-config-cli.yml index 94d8bca94a..e070c0dd82 100644 --- a/.github/workflows/codescanning-config-cli.yml +++ b/.github/workflows/codescanning-config-cli.yml @@ -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 diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index b91ac304ce..2ccac6624c 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -29,7 +29,7 @@ jobs: - stable-20220908 - stable-20221211 - stable-20230418 - - cached + - default - latest - nightly-latest name: Upload debug artifacts @@ -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 diff --git a/pr-checks/checks/init-with-registries.yml b/pr-checks/checks/init-with-registries.yml index 667aa61e5b..f0ef501cbe 100644 --- a/pr-checks/checks/init-with-registries.yml +++ b/pr-checks/checks/init-with-registries.yml @@ -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", ] diff --git a/pr-checks/checks/javascript-source-root.yml b/pr-checks/checks/javascript-source-root.yml index db6ce7930f..9869f0a425 100644 --- a/pr-checks/checks/javascript-source-root.yml +++ b/pr-checks/checks/javascript-source-root.yml @@ -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 diff --git a/pr-checks/checks/packaging-codescanning-config-inputs-js.yml b/pr-checks/checks/packaging-codescanning-config-inputs-js.yml index 16c7dab879..ccfed3133e 100644 --- a/pr-checks/checks/packaging-codescanning-config-inputs-js.yml +++ b/pr-checks/checks/packaging-codescanning-config-inputs-js.yml @@ -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 diff --git a/pr-checks/checks/packaging-config-inputs-js.yml b/pr-checks/checks/packaging-config-inputs-js.yml index 363c54cac9..a20c5d44dc 100644 --- a/pr-checks/checks/packaging-config-inputs-js.yml +++ b/pr-checks/checks/packaging-config-inputs-js.yml @@ -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: diff --git a/pr-checks/checks/packaging-config-js.yml b/pr-checks/checks/packaging-config-js.yml index 42d955d471..084a8ad72d 100644 --- a/pr-checks/checks/packaging-config-js.yml +++ b/pr-checks/checks/packaging-config-js.yml @@ -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: diff --git a/pr-checks/checks/packaging-inputs-js.yml b/pr-checks/checks/packaging-inputs-js.yml index cab8d913d9..ff1e35a366 100644 --- a/pr-checks/checks/packaging-inputs-js.yml +++ b/pr-checks/checks/packaging-inputs-js.yml @@ -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: diff --git a/pr-checks/checks/rubocop-multi-language.yml b/pr-checks/checks/rubocop-multi-language.yml index 3d4f62915b..90b41b6fa7 100644 --- a/pr-checks/checks/rubocop-multi-language.yml +++ b/pr-checks/checks/rubocop-multi-language.yml @@ -2,7 +2,7 @@ name: "RuboCop multi-language" description: "Tests using RuboCop to analyze a multi-language repository and then using the CodeQL Action to upload the resulting SARIF" operatingSystems: ["ubuntu"] # This check doesn't use CodeQL, so the `version` matrix variable is unused. -versions: ["cached"] +versions: ["default"] steps: - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/pr-checks/checks/ruby.yml b/pr-checks/checks/ruby.yml index 53891a71af..a857fd3409 100644 --- a/pr-checks/checks/ruby.yml +++ b/pr-checks/checks/ruby.yml @@ -1,6 +1,6 @@ name: "Ruby analysis" description: "Tests creation of a Ruby database" -versions: ["latest", "cached", "nightly-latest"] +versions: ["latest", "default", "nightly-latest"] operatingSystems: ["ubuntu", "macos"] steps: - uses: ./../action/init diff --git a/pr-checks/checks/split-workflow.yml b/pr-checks/checks/split-workflow.yml index 5209f04488..c752eca67c 100644 --- a/pr-checks/checks/split-workflow.yml +++ b/pr-checks/checks/split-workflow.yml @@ -1,7 +1,7 @@ name: "Split workflow" description: "Tests a split-up workflow in which we first build a database and later analyze it" operatingSystems: ["ubuntu", "macos"] -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: diff --git a/pr-checks/checks/submit-sarif-failure.yml b/pr-checks/checks/submit-sarif-failure.yml index 9a5e299868..3d9ae73fef 100644 --- a/pr-checks/checks/submit-sarif-failure.yml +++ b/pr-checks/checks/submit-sarif-failure.yml @@ -1,6 +1,6 @@ name: Submit SARIF after failure description: Check that a SARIF file is submitted for the workflow run if it fails -versions: ["latest", "cached", "nightly-latest"] +versions: ["latest", "default", "nightly-latest"] operatingSystems: ["ubuntu"] env: diff --git a/pr-checks/checks/swift-custom-build.yml b/pr-checks/checks/swift-custom-build.yml index d4caabd5d7..a5da41f568 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -1,6 +1,6 @@ name: "Swift analysis using a custom build command" description: "Tests creation of a Swift database using custom build" -versions: ["latest", "cached", "nightly-latest"] +versions: ["latest", "default", "nightly-latest"] operatingSystems: ["ubuntu", "macos"] env: DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" diff --git a/pr-checks/sync.py b/pr-checks/sync.py index f59f848e57..f8d98ee798 100644 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -13,9 +13,11 @@ "stable-20221211", # The last CodeQL release in the 2.12 series: 2.12.7. "stable-20230418", - # The version of CodeQL currently in the toolcache. Typically either the latest release or the one before. - "cached", - # The latest release of CodeQL. + # The default version of CodeQL for Dotcom, as determined by feature flags. + "default", + # The version of CodeQL shipped with the Action in `defaults.json`. During the release process + # for a new CodeQL release, there will be a period of time during which this will be newer than + # the default version on Dotcom. "latest", # A nightly build directly from the our private repo, built in the last 24 hours. "nightly-latest"