Bump the all-dependencies group with 7 updates - #252
Merged
lcollins merged 9 commits intoAug 12, 2026
Conversation
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.3` | `3.0.1` | | [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) | `2.0.0` | `3.0.0` | | [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `8.0.1` | `9.1.1` | | [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.5.1` | `0.7.0` | | [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) | `2.0.0` | `3.0.2` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.8.1` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.8` | `6.1.2` | Updates `@actions/core` from 2.0.3 to 3.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/exec` from 2.0.0 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) Updates `@actions/github` from 8.0.1 to 9.1.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Updates `@actions/glob` from 0.5.1 to 0.7.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob) Updates `@actions/io` from 2.0.0 to 3.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io) Updates `eslint` from 8.57.1 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.8.1) Updates `eslint-plugin-github` from 5.1.8 to 6.1.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.1.8...v6.1.2) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@actions/exec" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@actions/github" dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@actions/glob" dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@actions/io" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-plugin-github dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
… conflict with eslint v10 Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
lcollins
previously approved these changes
Aug 12, 2026
…d for ESM compatibility Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
…ires rule Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
…move unused @vercel/ncc Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Owner
|
@copilot fix the codeql warnings |
Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Fixed in commit The CodeQL warning was a path injection vulnerability (CWE-022 / The fix resolves both to absolute paths and ensures the result stays within the source directory before accessing the filesystem: const resolvedSrcDir = path.resolve(SrcDir)
const combinedPath = path.resolve(resolvedSrcDir, sourcePath)
if (!combinedPath.startsWith(resolvedSrcDir + path.sep)) {
return false // reject path traversal attempts
}
fs.existsSync(combinedPath) |
Owner
|
@copilot there are new codeql findings. Lets iterate and make sure we resolve all and not introduce any new ones |
…ion (CWE-022) Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Agent-Logs-Url: https://github.com/lcollins/spotbugs-github-action/sessions/2498f808-ba86-4740-9145-6106e61d5a20 Co-authored-by: lcollins <528874+lcollins@users.noreply.github.com>
Copilot stopped work on behalf of
lcollins due to an error
August 12, 2026 10:22
lcollins
deleted the
dependabot/npm_and_yarn/all-dependencies-e4c46daecb
branch
August 12, 2026 10:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 7 updates:
2.0.33.0.12.0.03.0.08.0.19.1.10.5.10.7.02.0.03.0.28.57.110.8.15.1.86.1.2Updates
@actions/corefrom 2.0.3 to 3.0.1Changelog
Sourced from @actions/core's changelog.
Commits
Updates
@actions/execfrom 2.0.0 to 3.0.0Changelog
Sourced from @actions/exec's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/execsince your current version.Updates
@actions/githubfrom 8.0.1 to 9.1.1Changelog
Sourced from @actions/github's changelog.
Commits
Updates
@actions/globfrom 0.5.1 to 0.7.0Changelog
Sourced from @actions/glob's changelog.
Commits
Updates
@actions/iofrom 2.0.0 to 3.0.2Changelog
Sourced from @actions/io's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@actions/iosince your current version.Updates
eslintfrom 8.57.1 to 10.8.1Release notes
Sourced from eslint's releases.
... (truncated)
Commits
c049dc310.8.1a3f7826Build: changelog update for 10.8.118eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173)0a14800chore: update github/codeql-action action to v4.37.4 (#21196)7d0cbf8docs: Update README05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191)5611035test: add error locations info tono-void(#21185)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176)f131c03chore: improve ecosystem test failure reporting (#20937)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183)Updates
eslint-plugin-githubfrom 5.1.8 to 6.1.2Release notes
Sourced from eslint-plugin-github's releases.
Commits
03bfb7dMerge pull request #726 from github/gp/upgrade-depd66f3e8upgrade deps259c9e1chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 update...a95d9e7chore(deps): resolve npm audit vulnerabilities (#720)add7174chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#718)7a5567bMerge pull request #715 from github/alaingoga/714-adding-jsxA11y-plugin-suppo...fa8eeb1714 - Adding jsxA11y plugin support back3611a16Merge pull request #713 from github/alaingoga/eslint10-compactfe11575Support ESLint 10: widen peer range and fix eslint-comments in flat recommend...2dcfb60Merge pull request #706 from github/dependabot/npm_and_yarn/all-dependencies-...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-github since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions