Sync Dev with main - #15
Conversation
Release v2.1
…ity features > [!NOTE] > > Due to the backup, upstream with [actions/starter-workflows#2497](actions/starter-workflows#2497) not yet resolved, this PR will include at-least two minor version bumps: > > * [v2.2](637c5c4) @ [637c5c4](637c5c4) > * [v2.3](f8cf05e) @ [f8cf05e](f8cf05e) ---
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* dependabot/github_actions/main/actions/upload-artifact-5: [UPDATE] (deps): Bump actions/upload-artifact from 4 to 5 [UPDATE] (deps): Bump github/codeql-action from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Merge branch 'dependabot/github_actions/main/actions/upload-artifact-6' * dependabot/github_actions/main/actions/upload-artifact-6: [UPDATE] (deps): Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThe composite workflow updates its artifact upload action from v4 to v7 and its SARIF upload action from v3 to v4. Existing artifact naming, paths, and overwrite settings remain unchanged. ChangesScan output publishing
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
action.yml (1)
127-127: 🩺 Stability & Availability | 🔵 TrivialDocument runner runtime requirements for the upgraded upload steps.
Both upgraded action references are Node.js 24 runtimes; self-hosted runners before GitHub Actions Runner
2.327.1may fail before these uploads execute. Make the minimum runner version explicit in the action’s README or usage documentation.Also applies to line 134.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@action.yml` at line 127, Document the minimum GitHub Actions Runner version required by the Node.js 24 upload-artifact steps referenced in action.yml, including both upgraded action references. Update the action’s README or usage documentation to state that self-hosted runners must be version 2.327.1 or newer.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@action.yml`:
- Line 127: Document the minimum GitHub Actions Runner version required by the
Node.js 24 upload-artifact steps referenced in action.yml, including both
upgraded action references. Update the action’s README or usage documentation to
state that self-hosted runners must be version 2.327.1 or newer.
# Patch Notes Back-ports 2 additional trivial updates ## Impacted GHIs: * Contributes to work on #10 (additional updates) ## Included & Superseded PR/MRs * Includes #5 * Includes & Supersedes #6 * Includes & Supersedes #7 * Includes & Supersedes #11 * Includes & Supersedes #12 * Includes & Supersedes #13 * Includes & Supersedes #14 * Includes #15 ---
Patch Notes
Just bringing dev up-to-date with recent version bumps.
Impacted GHIs:
Included & Superseded PR/MRs
Summary by CodeRabbit