8000 Merge pull request #2323 from github/update-v3.25.8-18b06dd1d · github/codeql-action@2e230e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e230e8

Browse files
authored
Merge pull request #2323 from github/update-v3.25.8-18b06dd1d
Merge main into releases/v3
2 parents f079b84 + 66ad891 commit 2e230e8

File tree

159 files changed

+1211
-695
lines changed
  • lib
  • node_modules
  • pr-checks
  • src
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    159 files changed

    +1211
    -695
    lines changed

    .github/actions/prepare-test/action.yml

    Lines changed: 3 additions & 3 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@ name: "Prepare test"
    22
    description: Performs some preparation to run tests
    33
    inputs:
    44
    version:
    5-
    description: "The version of the CodeQL CLI to use. Can be 'latest', 'default', 'nightly-latest', 'nightly-YYYY-MM-DD', or 'stable-YYYY-MM-DD'."
    5+
    description: "The version of the CodeQL CLI to use. Can be 'linked', 'default', 'nightly-latest', 'nightly-YYYY-MM-DD', or 'stable-YYYY-MM-DD'."
    66
    required: true
    77
    use-all-platform-bundle:
    88
    description: "If true, we output a tools URL with codeql-bundle.tar.gz file rather than platform-specific URL"
    @@ -50,8 +50,8 @@ runs:
    5050
    elif [[ ${{ inputs.version }} == *"stable"* ]]; then
    5151
    version=`echo ${{ inputs.version }} | sed -e 's/^.*\-//'`
    5252
    echo "tools-url=https://github.com/github/codeql-action/releases/download/codeql-bundle-$version/$artifact_name" >> $GITHUB_OUTPUT
    53-
    elif [[ ${{ inputs.version }} == "latest" ]]; then
    54-
    echo "tools-url=latest" >> $GITHUB_OUTPUT
    53+
    elif [[ ${{ inputs.version }} == "linked" ]]; then
    54+
    echo "tools-url=linked" >> $GITHUB_OUTPUT
    5555
    elif [[ ${{ inputs.version }} == "default" ]]; then
    5656
    echo "tools-url=" >> $GITHUB_OUTPUT
    5757
    else

    .github/workflows/__autobuild-action.yml

    Lines changed: 3 additions & 3 deletions
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__autobuild-direct-tracing.yml

    Lines changed: 2 additions & 2 deletions
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__build-mode-none.yml

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__config-export.yml

    Lines changed: 3 additions & 3 deletions
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__config-input.yml

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__cpp-deptrace-disabled.yml

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__cpp-deptrace-enabled.yml

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__diagnostics-export.yml

    Lines changed: 3 additions & 3 deletions
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    .github/workflows/__extractor-ram-threads.yml

    Lines changed: 1 addition & 1 deletion
    Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

    0 commit comments

    Comments
     (0)
    0