github-actions[bot]
|
849379362c
|
Update supported GitHub Enterprise Server versions
|
2024-03-06 00:11:24 +00:00 |
|
dependabot[bot]
|
5fa9b09edf
|
Bump the npm group with 3 updates (#2183)
* Bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-github](https://github.com/github/eslint-plugin-github) and [nock](https://github.com/nock/nock).
Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)
Updates `eslint-plugin-github` from 4.10.1 to 4.10.2
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2)
Updates `nock` from 13.5.3 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.5.3...v13.5.4)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-04 11:25:04 -08:00 |
|
Angela P Wen
|
baf3361f31
|
Merge pull request #2177 from github/mergeback/v3.24.6-to-main-8a470fdd
Mergeback v3.24.6 refs/heads/releases/v3 into main
|
2024-02-29 06:20:46 -08:00 |
|
github-actions[bot]
|
40034859a7
|
Update checked-in dependencies
|
2024-02-29 14:07:18 +00:00 |
|
github-actions[bot]
|
8762383e8d
|
Update changelog and version after v3.24.6
|
2024-02-29 14:04:40 +00:00 |
|
Angela P Wen
|
8a470fddaf
|
Merge pull request #2176 from github/update-v3.24.6-158d0780d
Merge main into releases/v3
v3.24.6
|
2024-02-29 06:03:04 -08:00 |
|
github-actions[bot]
|
d59eafb69b
|
Update changelog for v3.24.6
|
2024-02-29 13:38:32 +00:00 |
|
Angela P Wen
|
158d0780dc
|
Merge pull request #2175 from github/henrymercer/fix-languages-init-success
Add `languages` and `build_mode` to `init` `success` status report
|
2024-02-29 05:10:33 -08:00 |
|
Henry Mercer
|
2307ff547f
|
Add languages and build_mode to init success status report
|
2024-02-29 12:18:19 +00:00 |
|
Henry Mercer
|
ccd3f02545
|
Merge pull request #2173 from github/henrymercer/mark-third-party-limits-errors-as-configuration-errors
Mark limits errors from third-party SARIF uploads as configuration errors
|
2024-02-29 11:56:55 +00:00 |
|
Henry Mercer
|
c0917251d4
|
Refactoring: Convert ActionName to enum
|
2024-02-29 11:29:32 +00:00 |
|
Henry Mercer
|
e12a8cc5eb
|
Use isFirstPartyAnalysis for a stronger check
|
2024-02-29 11:20:42 +00:00 |
|
Henry Mercer
|
888ab31e3e
|
Mark third-party SARIF limits errors as configuration errors
|
2024-02-28 19:41:43 +00:00 |
|
Henry Mercer
|
bd56a05133
|
Rename InvalidRequestError to InvalidSarifUploadError
Nitty: make it a little clearer when this shows up in the logs what type of request we mean
|
2024-02-28 19:25:30 +00:00 |
|
Henry Mercer
|
7bde9061b4
|
Merge pull request #2172 from github/henrymercer/fix-readme-typos
README: Fix a couple of typos
|
2024-02-28 16:41:38 +00:00 |
|
Angela P Wen
|
9330c6877d
|
Merge pull request #2171 from angelapwen/classify-syntax-errors
Classify third-party upload `SyntaxError`s as configuration errors
|
2024-02-28 08:32:06 -08:00 |
|
Henry Mercer
|
db9620802e
|
README: Fix a couple of typos
|
2024-02-28 16:23:37 +00:00 |
|
Angela P Wen
|
62712e9ff9
|
Throw InvalidRequestError if JSON parsing fails
|
2024-02-28 16:02:37 +00:00 |
|
Angela P Wen
|
52f2347108
|
Consider SyntaxErrors configuration errors
|
2024-02-28 15:23:11 +00:00 |
|
Angela P Wen
|
1a6bac42d0
|
Rename considerInvalidRequestConfigError to isThirdPartyUpload
This describes what we are trying to do more accurately.
|
2024-02-28 15:22:39 +00:00 |
|
Henry Mercer
|
cc3808ec2a
|
Merge pull request #2170 from github/henrymercer/status-report-new-fields
Add build mode, Actions event name, and languages to the status report
|
2024-02-27 12:55:33 +00:00 |
|
Henry Mercer
|
d8595f5543
|
Add workflow dispatch trigger to rebuild Action
We can't use the "Rebuild" label on a PR with conflicts because the
`pull_request` event runs on a synthetic merge commit.
|
2024-02-27 12:29:14 +00:00 |
|
Henry Mercer
|
166b8a70b8
|
Merge branch 'main' into henrymercer/status-report-new-fields
|
2024-02-27 12:28:24 +00:00 |
|
Henry Mercer
|
2c235f1a60
|
Use comma-separated list
|
2024-02-27 11:54:36 +00:00 |
|
Henry Mercer
|
17c5ab2ca1
|
Merge pull request #2161 from github/henrymercer/path-filter-warning-cli
Only warn about path filters in the Action if the CLI doesn't already warn
|
2024-02-27 09:59:40 +00:00 |
|
Henry Mercer
|
60465730fb
|
Add event name to status report
|
2024-02-26 19:36:37 +00:00 |
|
Henry Mercer
|
e4a536270d
|
Add build mode to status report
|
2024-02-26 19:23:38 +00:00 |
|
Henry Mercer
|
28b564f8c6
|
Add languages to the status report for all jobs
|
2024-02-26 19:03:28 +00:00 |
|
Henry Mercer
|
25d334f188
|
Merge pull request #2169 from github/dependabot/npm_and_yarn/npm-4148c0b80b
Bump the npm group with 5 updates
|
2024-02-26 18:54:35 +00:00 |
|
github-actions[bot]
|
66c3cec3e8
|
Update checked-in dependencies
|
2024-02-26 18:08:09 +00:00 |
|
dependabot[bot]
|
36f1104e11
|
Bump the npm group with 5 updates
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts) | `12.5.0` | `12.6.0` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.7` | `7.5.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.2` | `7.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.2` | `7.1.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
Updates `@octokit/types` from 12.5.0 to 12.6.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](https://github.com/octokit/types.ts/compare/v12.5.0...v12.6.0)
Updates `@types/semver` from 7.5.7 to 7.5.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser)
Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@types/semver"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-26 18:06:43 +00:00 |
|
Chris Smowton
|
905ae4af53
|
Merge pull request #2163 from github/mergeback/v3.24.5-to-main-47b3d888
Mergeback v3.24.5 refs/heads/releases/v3 into main
|
2024-02-23 11:09:13 +00:00 |
|
github-actions[bot]
|
6dab9f2356
|
Update checked-in dependencies
|
2024-02-23 10:48:05 +00:00 |
|
Chris Smowton
|
4d6d2bfeaa
|
Merge remote-tracking branch 'origin/releases/v3' into mergeback/v3.24.5-to-main-47b3d888
|
2024-02-23 10:45:38 +00:00 |
|
Nick Fyson
|
633baf86c3
|
Merge pull request #2165 from github/nickfyson/fix-3.24.5-changelog
fix the changelog for 3.24.5 release
|
2024-02-23 10:25:52 +00:00 |
|
nickfyson
|
ed2c332cfe
|
correct the changelog for 3.24.5
|
2024-02-23 10:11:42 +00:00 |
|
github-actions[bot]
|
a39d1d29ad
|
Update changelog and version after v3.24.5
|
2024-02-23 09:50:31 +00:00 |
|
Chris Smowton
|
47b3d888fe
|
Merge pull request #2162 from github/update-v3.24.5-a74dcdb05
Merge main into releases/v3
v3.24.5
|
2024-02-23 09:49:23 +00:00 |
|
github-actions[bot]
|
28c290059f
|
Update changelog for v3.24.5
|
2024-02-23 09:32:30 +00:00 |
|
Henry Mercer
|
eb991df649
|
Only warn about path filters for CLIs that don't warn
|
2024-02-22 21:07:29 +00:00 |
|
Henry Mercer
|
a74dcdb056
|
Merge pull request #2160 from github/henrymercer/deptrace-with-build-mode
Enable C++ deptrace when using autobuild build mode
|
2024-02-22 20:44:25 +00:00 |
|
Henry Mercer
|
aeb89ef79a
|
Enable C++ deptrace when using autobuild build mode
|
2024-02-22 18:17:16 +00:00 |
|
Michael B. Gale
|
2896599ec9
|
Merge pull request #2060 from github/mbg/go/1.22
Use Go 1.22 in workflows
|
2024-02-22 18:13:24 +00:00 |
|
Michael B. Gale
|
e3a86ed8b6
|
Add comment justifying why we set cache: false
|
2024-02-22 17:54:19 +00:00 |
|
Michael B. Gale
|
5d55901fc8
|
Use Go 1.22 in workflows
|
2024-02-22 17:50:21 +00:00 |
|
Nick Fyson
|
908a88334d
|
Merge pull request #2158 from github/mergeback/v3.24.4-to-main-e2e140ad
Mergeback v3.24.4 refs/heads/releases/v3 into main
|
2024-02-22 12:48:42 +00:00 |
|
Nick Fyson
|
9bce06dffb
|
Merge branch 'main' into mergeback/v3.24.4-to-main-e2e140ad
|
2024-02-22 12:30:32 +00:00 |
|
github-actions[bot]
|
c9f3eed85d
|
Update checked-in dependencies
|
2024-02-22 11:58:28 +00:00 |
|
Chris Smowton
|
88189dc01e
|
Merge pull request #2156 from github/update-bundle/codeql-bundle-v2.16.3
Update default bundle to 2.16.3
|
2024-02-22 11:01:20 +00:00 |
|
Chris Smowton
|
2a15560d6d
|
Merge branch 'main' into update-bundle/codeql-bundle-v2.16.3
|
2024-02-22 10:42:11 +00:00 |
|