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/v2 #1990

Merged
merged 25 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
58157f1
Update changelog and version after v2.22.5
github-actions[bot] Oct 27, 2023
3d77e8a
Update checked-in dependencies
github-actions[bot] Oct 27, 2023
a3795eb
Merge pull request #1973 from github/mergeback/v2.22.5-to-main-74483a38
henrymercer Oct 27, 2023
88d03c6
VSCode settings: set default formatter for TS
nickrolfe Oct 27, 2023
df32e39
Merge pull request #1975 from github/nickrolfe/vscode-formatter
nickrolfe Oct 30, 2023
c73d8a6
Bump the npm group with 5 updates (#1977)
dependabot[bot] Oct 30, 2023
793adb7
Update default bundle to codeql-bundle-v2.15.2
github-actions[bot] Oct 31, 2023
45a6ff4
Add changelog note
github-actions[bot] Oct 31, 2023
da4c460
Use the correct action input parameter
aeisenberg Oct 20, 2023
bd4005a
Force python 3.11 for macos
aeisenberg Nov 1, 2023
9ef69a2
Be more precise about when to use python 3.11
aeisenberg Nov 2, 2023
7c60ff7
Use setup-python@v4
aeisenberg Nov 2, 2023
91733ad
Remove reference to `CODEQL_RUNNER`
aeisenberg Nov 2, 2023
6dd4605
Add changenote for Python 3.12 incompatibility on MacOS
aeisenberg Nov 2, 2023
137a1e0
Merge pull request #1963 from github/aeisenberg/fix-source-root
aeisenberg Nov 2, 2023
ed686ed
Update CHANGELOG.md
aeisenberg Nov 2, 2023
82284f1
Fix failing workflows
aeisenberg Nov 10, 2023
dcf348a
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
59252d9
Update setup-swift deficiency compensation
smowton Nov 13, 2023
6abf856
Merge pull request #1984 from github/aeisenberg/fix-debug-integration…
henrymercer Nov 13, 2023
e46740a
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
e280207
Merge pull request #1978 from github/update-bundle/codeql-bundle-v2.15.2
smowton Nov 13, 2023
64981bb
Merge branch 'main' into aeisenberg/python-on-mac
henrymercer Nov 13, 2023
8c8c7b4
Merge pull request #1979 from github/aeisenberg/python-on-mac
henrymercer Nov 13, 2023
33bfd1d
Update changelog for v2.22.6
github-actions[bot] Nov 14, 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
8 changes: 5 additions & 3 deletions .github/actions/setup-swift/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ runs:
VERSION="5.7.0"
elif [ $VERSION = "5.8" ]; then
VERSION="5.8.0"
# setup-swift does not yet support v5.8.1 Remove this when it does.
elif [ $VERSION = "5.8.1" ]; then
VERSION="5.8.0"
elif [ $VERSION = "5.9" ]; then
VERSION="5.9.0"
# setup-swift does not yet support v5.9.1 Remove this when it does.
elif [ $VERSION = "5.9.1" ]; then
VERSION="5.9.0"
fi
fi
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/__all-platform-bundle.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__analyze-ref-input.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__autobuild-action.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__config-export.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__cpp-deptrace-disabled.yml

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

16 changes: 16 additions & 0 deletions .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.

16 changes: 16 additions & 0 deletions .github/workflows/__cpp-deptrace-enabled.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__diagnostics-export.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__export-file-baseline-information.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__extractor-ram-threads.yml

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

16 changes: 16 additions & 0 deletions .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.

16 changes: 16 additions & 0 deletions .github/workflows/__go-indirect-tracing-workaround.yml

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

16 changes: 16 additions & 0 deletions .github/workflows/__go-tracing-autobuilder.yml

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

16 changes: 16 additions & 0 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.

16 changes: 16 additions & 0 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.

Loading
Loading