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 #2066

Merged
merged 54 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6111b7c
Update supported GitHub Enterprise Server versions
github-actions[bot] Nov 16, 2023
c7f4ea5
Bump the minor version number of the Action
henrymercer Nov 27, 2023
d1166e6
Bump minimum CodeQL version to 2.11.6
henrymercer Nov 27, 2023
6491452
Update PR checks
henrymercer Nov 27, 2023
a36fc67
Remove CodeQL version guards for 2.11.5 and earlier
henrymercer Nov 27, 2023
fdea2a5
Remove result pruning for CodeQL 2.11.2
henrymercer Nov 27, 2023
0240eaf
Add changelog note
henrymercer Nov 27, 2023
5dc8134
Hyperlink corresponding changelog entry
henrymercer Nov 27, 2023
2f93dd4
Python: Don't install deps by default for all users
RasmusWL Dec 13, 2023
1e69962
Update changelog
RasmusWL Dec 13, 2023
84a9fc4
Did create feature-flag
RasmusWL Dec 13, 2023
bc36e6c
Add missing logic to force enable lib extraction
RasmusWL Dec 13, 2023
a13f4b8
prettier
RasmusWL Dec 13, 2023
1e69b89
build
RasmusWL Dec 13, 2023
77f4e07
Safer wording of CHANGELOG entry
RasmusWL Dec 13, 2023
dd20793
Merge branch 'main' into rasmuswl/no-dep-inst-default
RasmusWL Dec 13, 2023
ad5035b
Update changelog and version after v3.22.12
github-actions[bot] Dec 22, 2023
710aa2d
Update checked-in dependencies
github-actions[bot] Dec 22, 2023
6f5223d
Merge pull request #2053 from github/mergeback/v3.22.12-to-main-012739e5
adityasharad Dec 22, 2023
e01299b
Bump the npm group with 2 updates (#2055)
dependabot[bot] Dec 27, 2023
596b173
Bump the actions group with 2 updates (#2056)
dependabot[bot] Dec 28, 2023
ecbf80a
Bump the npm group with 2 updates
dependabot[bot] Jan 1, 2024
01e47d0
Update checked-in dependencies
github-actions[bot] Jan 1, 2024
fab3a43
Bump the actions group with 1 update
dependabot[bot] Jan 1, 2024
fb410e7
Update PR check source
henrymercer Jan 2, 2024
ee9b8ab
Merge pull request #2057 from github/dependabot/npm_and_yarn/npm-1688…
henrymercer Jan 2, 2024
35b10b5
Merge branch 'main' into henrymercer/drop-codeql-v2.11.5
henrymercer Jan 2, 2024
e345646
Merge pull request #2058 from github/dependabot/github_actions/action…
henrymercer Jan 2, 2024
6ebbf45
Merge branch 'main' into update-supported-enterprise-server-versions
henrymercer Jan 2, 2024
7963a60
Merge pull request #2009 from github/henrymercer/drop-codeql-v2.11.5
henrymercer Jan 4, 2024
216127f
Merge pull request #1994 from github/update-supported-enterprise-serv…
henrymercer Jan 4, 2024
ce9d281
Merge branch 'main' into rasmuswl/no-dep-inst-default
RasmusWL Jan 4, 2024
fa98ec0
Remove CliConfigFileEnabled feature flag
henrymercer Jan 4, 2024
f53698b
Remove Action-config code path in `runQueries`
henrymercer Jan 4, 2024
b683173
Remove unused arguments
henrymercer Jan 4, 2024
aa95d4d
Update changelog wording to include january instead of now
RasmusWL Jan 4, 2024
d98234a
Update changelog wording
RasmusWL Jan 4, 2024
b30262c
Remove functionality for checking out external repos
henrymercer Jan 4, 2024
f934b28
Populate path filters env variables using the CLI
henrymercer Jan 4, 2024
f65fc6a
Remove parsing of `queries`, `packs`, `paths`, and `pathsIgnore`
henrymercer Jan 4, 2024
4feb32a
Remove code to download packs
henrymercer Jan 4, 2024
67be7bc
Remove unused status report fields
henrymercer Jan 4, 2024
d7437a2
Remove deprecated `CODEQL_PASS_CONFIG_TO_CLI` env var from PR checks
henrymercer Jan 4, 2024
f114e1d
Remove unused test example
henrymercer Jan 4, 2024
afef25e
Add comment for force enabling dependency extraction
RasmusWL Jan 5, 2024
2e27b3c
Create helper `isPythonDependencyInstallationDisabled`
RasmusWL Jan 5, 2024
9926570
Generate JS
RasmusWL Jan 5, 2024
58ff74a
Merge pull request #2031 from github/rasmuswl/no-dep-inst-default
RasmusWL Jan 5, 2024
08ae9bf
Merge pull request #2063 from github/henrymercer/remove-ml-powered-qu…
henrymercer Jan 5, 2024
a533ec6
Merge branch 'main' into henrymercer/remove-action-config-parsing
henrymercer Jan 5, 2024
8516954
Merge pull request #2062 from github/henrymercer/remove-action-config…
henrymercer Jan 5, 2024
838a022
Clean up running queries workflow now that the queries are determined…
henrymercer Jan 5, 2024
fd55bb0
Merge pull request #2065 from github/henrymercer/further-run-queries-…
henrymercer Jan 8, 2024
48e7b8b
Update changelog for v3.23.0
github-actions[bot] Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/release-initialise/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/__all-platform-bundle.yml

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

10 changes: 2 additions & 8 deletions .github/workflows/__analyze-ref-input.yml

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

10 changes: 2 additions & 8 deletions .github/workflows/__autobuild-action.yml

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

11 changes: 2 additions & 9 deletions .github/workflows/__config-export.yml

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

10 changes: 2 additions & 8 deletions .github/workflows/__cpp-deptrace-disabled.yml

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

10 changes: 2 additions & 8 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.

10 changes: 2 additions & 8 deletions .github/workflows/__cpp-deptrace-enabled.yml

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

10 changes: 2 additions & 8 deletions .github/workflows/__diagnostics-export.yml

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

10 changes: 2 additions & 8 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.

10 changes: 2 additions & 8 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: 2 additions & 14 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.

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