Bump the github-owned-actions group across 1 directory with 7 updates - #82
Merged
justaugustus merged 2 commits intoAug 16, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Bumps the github-owned-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `7.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.30.9` | `4.37.7` | | [actions/stale](https://github.com/actions/stale) | `10.1.0` | `11.0.0` | | [github/cleanowners](https://github.com/github/cleanowners) | `1.2.9` | `2.1.13` | | [github/contributors](https://github.com/github/contributors) | `1.7.4` | `2.0.19` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.1` | `5.0.0` | Updates `actions/checkout` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...3d3c42e) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `github/codeql-action/upload-sarif` from 4.30.9 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...ff2f1c6) Updates `actions/stale` from 10.1.0 to 11.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5f858e3...4391f3d) Updates `github/cleanowners` from 1.2.9 to 2.1.13 - [Release notes](https://github.com/github/cleanowners/releases) - [Commits](github-community-projects/cleanowners@5128e46...45f292c) Updates `github/contributors` from 1.7.4 to 2.0.19 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github-community-projects/contributors@2685bb0...e1118ba) Updates `actions/dependency-review-action` from 4.8.1 to 5.0.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@40c09b7...a1d282b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: actions/dependency-review-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: github/cleanowners dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-owned-actions - dependency-name: github/contributors dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-owned-actions-521d5b6826
branch
from
August 16, 2026 06:36
664d1d7 to
a300fda
Compare
PR #82 (github-owned-actions bump) touched these files, causing Super-Linter to lint them for the first time since VALIDATE_ALL_CODEBASE is false. Fixes pre-existing issues surfaced by that lint pass: - _stale.yml: trailing whitespace on line 52 - clean-owners.yml: job permissions block indented 8 spaces instead of 6 - contributor-report.yml: comment indentation under the commented-out schedule trigger, permissions block indentation, and matrix.org array formatting to match Prettier's style Assisted-by: Claude Code:claude-sonnet-5 Signed-off-by: Stephen Augustus <saugustus2@bloomberg.net>
justaugustus
approved these changes
Aug 16, 2026
dependabot
Bot
deleted the
dependabot/github_actions/github-owned-actions-521d5b6826
branch
August 16, 2026 06:47
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 github-owned-actions group with 7 updates in the / directory:
5.0.07.0.14.6.27.0.14.30.94.37.710.1.011.0.01.2.92.1.131.7.42.0.194.8.15.0.0Updates
actions/checkoutfrom 5.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/upload-artifactfrom 4.6.2 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
github/codeql-action/upload-sariffrom 4.30.9 to 4.37.7Release notes
Sourced from github/codeql-action/upload-sarif's releases.
... (truncated)
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
ff2f1c6Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8951a133Update changelog for v4.37.7be7a3dbMerge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...9310334Merge pull request #4086 from github/mbg/thread-action-state-to-codeqlb4d8a54Rebuildab5db25Bump the npm-minor group across 1 directory with 8 updates38055a3DroploggerfromdatabaseInitClusterin interface1f87aedMerge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3dc1b98aMakeloggeravailable togetCodeQLForCmd6f0220eMerge pull request #4084 from github/navntoft/bump-undiciUpdates
actions/stalefrom 10.1.0 to 11.0.0Release notes
Sourced from actions/stale's releases.
... (truncated)
Commits
4391f3dFix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...eaf9131refactor: update imports to use ES module syntax and improve test structure (...1e223dbBump undici to 6.27.0 via override, clean up stale license files, and version...9461cb1fix:only-issue-typesdoes not affect PRs (#1338)eb5cf3achore: upgrade dependencies and bump version to 10.3.0 (#1335)db5d06aEnhancement: ignore stale labeling events (#1311)b5d41d4build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1313)dcd2b94Fix punycode and url.parse Deprecation Warnings (#1312)d6f8a33build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1304)a21a081Fix checking state cache (fix #1136), also switch to octokit methods (#1152)Updates
github/cleanownersfrom 1.2.9 to 2.1.13Release notes
Sourced from github/cleanowners's releases.
... (truncated)
Commits
45f292cchore(deps): bump cryptography from 48.0.1 to 50.0.0 (#444)c30af2bchore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#443)0c7e92bchore(deps): bump the dependencies group with 4 updates (#442)2359cb3chore(deps): bump the dependencies group with 4 updates (#439)93a2f9achore(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#440)ada8183chore(deps): bump mypy from 2.1.0 to 2.3.0 in the dependencies group (#437)4549314chore(deps): bump the dependencies group with 8 updates (#438)b3cd8a8chore(deps): bump python fromb877e50tocea0e60(#436)bbf45e9chore(deps): bump the dependencies group with 6 updates (#435)691d96brefactor: port from github3.py to PyGithub (#434)Updates
github/contributorsfrom 1.7.4 to 2.0.19Release notes
Sourced from github/contributors's releases.
... (truncated)
Commits
e1118bachore(deps): bump the dependencies group with 4 updates (#518)8eb12d8chore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#519)9eef4b0chore(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#520)f7fa040chore(deps): bump python fromb877e50tocea0e60(#514)4d0a22echore(deps): bump the dependencies group with 4 updates (#515)5ef3511chore(deps): bump mypy from 2.2.0 to 2.3.0 in the dependencies group (#516)98833a7chore(deps): bump the dependencies group with 8 updates (#513)edc13d3chore(deps): bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 (#512)968611cchore(deps): bump mypy from 2.1.0 to 2.2.0 in the dependencies group (#511)83a8404chore(deps): bump the dependencies group with 6 updates (#510)