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

Merged
merged 33 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a590b4a
Bump minimum CodeQL version to 2.9.4
henrymercer Jun 12, 2023
f1c4784
Update checks
henrymercer Jun 12, 2023
7bd23b5
Remove support for CodeQL CLI 2.9.3 and earlier
henrymercer Jun 12, 2023
834c357
Add changelog note
henrymercer Jun 12, 2023
eb5d323
Bump minor version number
henrymercer Jun 12, 2023
5be8bd1
Pin version of ruamel.yaml to avoid checks breaking
henrymercer Jun 12, 2023
9888490
Update checks formatting
henrymercer Jun 12, 2023
9f45792
Update autogenerated notice to refer to specific ruamel.yaml version
henrymercer Jun 12, 2023
f60aebf
Update supported GitHub Enterprise Server versions
github-actions[bot] Jul 7, 2023
fed4586
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
henrymercer Jul 10, 2023
9a97b34
Update changelog and version after v2.20.4
github-actions[bot] Jul 14, 2023
aedd8c2
Update checked-in dependencies
github-actions[bot] Jul 14, 2023
013a1d0
Merge pull request #1778 from github/mergeback/v2.20.4-to-main-489225d8
cklin Jul 14, 2023
5246291
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
henrymercer Jul 14, 2023
2ff6d83
Merge pull request #1724 from github/henrymercer/bump-minimum-codeql-…
henrymercer Jul 17, 2023
eb1ef12
Merge branch 'main' into update-supported-enterprise-server-versions
henrymercer Jul 17, 2023
262017a
Merge pull request #1759 from github/update-supported-enterprise-serv…
henrymercer Jul 17, 2023
2e85818
Remove redundant environment variable from PR check
henrymercer Jul 17, 2023
d85a177
Merge pull request #1780 from github/henrymercer/remove-redundant-env…
henrymercer Jul 17, 2023
5719ca3
Run check-sarif Action using Node 16
henrymercer Jul 17, 2023
84e042b
Merge pull request #1783 from github/henrymercer/check-sarif-node16
henrymercer Jul 17, 2023
e0806ce
Update Dependabot config to ignore incompatible updates
henrymercer Jul 17, 2023
942acab
Merge pull request #1785 from github/henrymercer/ignore-incompatible-…
henrymercer Jul 17, 2023
99c9f6a
Bump the npm group with 6 updates
dependabot[bot] Jul 17, 2023
e266801
Update checked-in dependencies
github-actions[bot] Jul 17, 2023
da4e0a0
Fix CodeQL version checks
henrymercer Jul 18, 2023
27d3b2f
Fix scaling reserved RAM feature flag naming
henrymercer Jul 18, 2023
e0f0892
Add tests for new analysis summary feature flag
henrymercer Jul 18, 2023
651d091
Merge pull request #1788 from github/henrymercer/fix-feature-flag-usage
henrymercer Jul 18, 2023
d2ed0a0
Merge pull request #1786 from github/dependabot/npm_and_yarn/npm-0a41…
TomBolton Jul 18, 2023
0cae69e
Report user errors in the abort stage appropriately
henrymercer Jul 18, 2023
6ae46f7
Merge pull request #1790 from github/henrymercer/aborted-user-error
henrymercer Jul 18, 2023
6843540
Update changelog for v2.21.0
github-actions[bot] Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/actions/check-sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
Comma separated list of query ids that should NOT be included in this SARIF file.

runs:
using: node12
using: node16
main: index.js
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ updates:
interval: weekly
labels:
- Update dependencies
# Ignore incompatible dependency updates
ignore:
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@octokit/plugin-retry"
versions: ["~6.0.0"]
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@schemastore/package"
versions: ["0.0.9"]
# v7 requires ESM
- dependency-name: "del"
versions: ["^7.0.0"]
groups:
npm:
patterns:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/__analyze-ref-input.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/__autobuild-action.yml

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

3 changes: 1 addition & 2 deletions .github/workflows/__config-export.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/__diagnostics-export.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/__export-file-baseline-information.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/__extractor-ram-threads.yml

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

14 changes: 7 additions & 7 deletions .github/workflows/__go-custom-queries.yml

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

10 changes: 5 additions & 5 deletions .github/workflows/__go-tracing-autobuilder.yml

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

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

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

2 changes: 1 addition & 1 deletion .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.

32 changes: 9 additions & 23 deletions .github/workflows/__ml-powered-queries.yml

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

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

2 changes: 1 addition & 1 deletion .github/workflows/__packaging-config-inputs-js.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/__packaging-config-js.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/__packaging-inputs-js.yml

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

Loading