8000 Merge main into releases/v3 by github-actions[bot] · Pull Request #2452 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v3 #2452

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

Merged
merged 19 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
2b14a7b
Update supported GitHub Enterprise Server versions
github-actions[bot] Aug 21, 2024
e885d9d
Send config file path to telemetry status report
Aug 23, 2024
5033d85
Merge remote-tracking branch 'origin/main' into dbartol/config-file-t…
Aug 23, 2024
903fb34
Update map file
Aug 23, 2024
276a3be
Fix formatting
Aug 23, 2024
84edb5f
Update changelog and version after v3.26.5
github-actions[bot] Aug 23, 2024
d9b7453
Update checked-in dependencies
github-actions[bot] Aug 23, 2024
715faf4
Merge pull request #2445 from github/mergeback/v3.26.5-to-main-2c779ab0
angelapwen Aug 23, 2024
a895f2e
Merge pull request #2447 from github/dependabot/npm_and_yarn/npm_and_…
dependabot[bot] Aug 23, 2024
fa428da
Bump the npm group with 5 updates
dependabot[bot] Aug 26, 2024
b3bf514
Update checked-in dependencies
github-actions[bot] Aug 26, 2024
d36c7aa
Merge pull request #2448 from github/dependabot/npm_and_yarn/npm-09b7…
aeisenberg Aug 26, 2024
864b979
Merge pull request #2443 from github/dbartol/config-file-telemetry
Aug 26, 2024
ab408a8
Merge branch 'main' into update-supported-enterprise-server-versions
henrymercer Aug 27, 2024
b8efe4d
Merge pull request #2435 from github/update-supported-enterprise-serv…
henrymercer Aug 27, 2024
2966897
Update default bundle to codeql-bundle-v2.18.3
github-actions[bot] Aug 27, 2024
a32c44d
Add changelog note
github-actions[bot] Aug 27, 2024
7233ec5
Merge pull request #2449 from github/update-bundle/codeql-bundle-v2.18.3
henrymercer Aug 28, 2024
dd9dd2d
Update changelog for v3.26.6
github-actions[bot] Aug 29, 2024
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
Prev Previous commit
Next Next commit
Merge pull request #2447 from github/dependabot/npm_and_yarn/npm_and_…
…yarn-07a849e1ae

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
commit a895f2e1b5e62f11af85a45bee736f4e3901a87e
5 changes: 3 additions & 2 deletions node_modules/.package-lock.json

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

205 changes: 106 additions & 99 deletions node_modules/micromatch/README.md

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions node_modules/micromatch/index.js

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

2 changes: 1 addition & 1 deletion node_modules/micromatch/package.json

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

7 changes: 4 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.7",
"micromatch": "4.0.8",
"nock": "^13.5.4",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^18.0.0",
Expand Down
Loading
0