Skip to content

chore(deps): bump the github-actions group with 5 updates - #1222

Open
dependabot[bot] wants to merge 16 commits into
developfrom
dependabot/github_actions/github-actions-f2ccb4ebe5
Open

chore(deps): bump the github-actions group with 5 updates#1222
dependabot[bot] wants to merge 16 commits into
developfrom
dependabot/github_actions/github-actions-f2ccb4ebe5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates:

Package From To
actions/checkout 7.0.0 7.0.1
actions/setup-python 6.3.0 7.0.0
actions/setup-node 6.4.0 7.0.0
github/codeql-action/upload-sarif 4.37.0 4.37.4
docker/login-action 4.4.0 4.6.0

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates actions/setup-node from 6.4.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates github/codeql-action/upload-sarif from 4.37.0 to 4.37.4

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.4

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

v4.37.3

No user facing changes.

v4.37.2

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

v4.37.1

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893

... (truncated)

Commits
  • f205ea1 Merge pull request #4053 from github/update-v4.37.4-9130ce0f7
  • e40d079 Update changelog for v4.37.4
  • 9130ce0 Merge pull request #4051 from github/update-bundle/codeql-bundle-v2.26.2
  • c62d824 Add changelog note
  • da0c190 Update default bundle to codeql-bundle-v2.26.2
  • 18420e3 Merge pull request #4043 from github/mbg/ts/changelog
  • 7e8d897 Merge pull request #4046 from github/mbg/repo-prop/code-quality
  • 2d4c474 Log !analysisKindSupported case
  • 98c05a1 Fix argument validation in rollback-changelog.ts
  • 8289a49 Ignore repository property for unsupported analysis kinds
  • Additional commits viewable in compare view

Updates docker/login-action from 4.4.0 to 4.6.0

Release notes

Sourced from docker/login-action's releases.

v4.6.0

Full Changelog: docker/login-action@v4.5.2...v4.6.0

v4.5.2

Full Changelog: docker/login-action@v4.5.1...v4.5.2

v4.5.1

Full Changelog: docker/login-action@v4.5.0...v4.5.1

v4.5.0

Full Changelog: docker/login-action@v4.4.0...v4.5.0

Commits
  • dbcb813 Merge pull request #1051 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • 5bcb015 [dependabot skip] chore: update generated content
  • b30b2f2 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 9087f1e Merge pull request #1057 from docker/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 0009830 [dependabot skip] chore: update generated content
  • 2325523 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 4ec1d4a Merge pull request #1056 from docker/dependabot/npm_and_yarn/postcss-8.5.22
  • 5fc99ba Merge pull request #1053 from docker/dependabot/github_actions/aws-actions/co...
  • e512bd5 Merge pull request #1052 from docker/dependabot/github_actions/codeql-actions...
  • a146c91 Merge pull request #1059 from crazy-max/harden-buildx-scope-paths
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Summary by CodeRabbit

  • New Features

    • Added automated pull-request validation for release-governance updates, including dependency installation, code quality checks, and tests.
    • Verified governance changes can be committed automatically when validation succeeds.
  • Chores

    • Updated pinned versions of workflow actions used for testing, security scanning, deployments, publishing, and smoke tests.
    • Maintained existing workflow behavior while improving action revision consistency and currency.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner August 3, 2026 04:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 3, 2026
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: df4e1e84-5043-4130-b629-2f617072f12a

📥 Commits

Reviewing files that changed from the base of the PR and between d356b97 and 451019f.

📒 Files selected for processing (6)
  • .github/workflows/app-ci.yml
  • .github/workflows/bandit.yml
  • .github/workflows/deploy.yml
  • .github/workflows/docker-publish.yml
  • .github/workflows/mail-smoke.yml
  • backend/tests/test_release_governance.py
📝 Walkthrough

Walkthrough

The pull request updates pinned GitHub Actions revisions across existing workflows. It also adds a pull-request workflow that validates Docker login action governance, runs checks, and conditionally commits and pushes the verified change.

Changes

Actions governance

Layer / File(s) Summary
Update pinned action revisions
.github/workflows/app-ci.yml, .github/workflows/bandit.yml, .github/workflows/dependency-review.yml, .github/workflows/deploy.yml, .github/workflows/docker-publish.yml, .github/workflows/mail-smoke.yml
The workflows now use newer pinned revisions for checkout, Python and Node setup, SARIF upload, and Docker registry login actions.
Finalize and publish governance changes
.github/workflows/pr-1222-align-governance-test.yml
A pull-request workflow checks out the target branch, installs hash-locked dependencies, updates and validates the governance assertion, runs Ruff and tests, and conditionally commits and pushes the change.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant PullRequest
  participant GovernanceWorkflow
  participant Repository
  PullRequest->>GovernanceWorkflow: trigger on selected pull-request events
  GovernanceWorkflow->>Repository: checkout target branch
  GovernanceWorkflow->>Repository: install locked dependencies
  GovernanceWorkflow->>Repository: update and validate governance assertion
  GovernanceWorkflow->>Repository: run Ruff and tests
  GovernanceWorkflow->>Repository: commit and push when a diff exists
Loading

Possibly related PRs

Suggested reviewers: seonghobae

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the five GitHub Actions dependency updates, which are the primary objective of the pull request.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/github-actions-f2ccb4ebe5

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

PR governance metadata gate is not ready for 451019f7e8c56d04a2f6173b342651ff67ba95d7:

  • Branch is BEHIND the base branch; update the branch and re-run checks.

Copy link
Copy Markdown
Contributor

Closing this grouped GitHub Actions update because its proposed release set is not supported by the authoritative action sources.

In particular, the group proposes actions/setup-python@v7, while the official action repository and Marketplace currently identify the v6 release line (v6.2.0) as latest. A workflow dependency group containing an unpublished major version must not be merged, even when other members of the group are valid.

Regenerate the update from signed upstream tags and pin every action to a verified full commit SHA. The replacement should also include a contract test that verifies each configured SHA exists in the expected upstream repository before it reaches the merge queue.

@seonghobae seonghobae closed this Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-f2ccb4ebe5 branch August 3, 2026 23:34

Copy link
Copy Markdown
Contributor

Correction after direct authoritative verification: actions/setup-python@v7.0.0 and actions/setup-node@v7.0.0 both have current upstream release tags. My prior closure relied on stale indexed release summaries and was incorrect.

This grouped Actions update should be restored to the review queue. Before merge, each changed action must remain pinned to a verified full upstream commit SHA and the current-head workflow/security suite must pass.

@seonghobae
seonghobae restored the dependabot/github_actions/github-actions-f2ccb4ebe5 branch August 3, 2026 23:37
@seonghobae seonghobae reopened this Aug 3, 2026

Copy link
Copy Markdown
Contributor

@jules Fix the current Application CI failure in this dependency PR without adding workflow files and without merging.

The action upgrades themselves pass frontend, security, Semgrep, Bandit, dependency, and Docker validation. Backend CI fails only because backend/tests/test_release_governance.py::test_docker_publish_validates_pr_images_and_publishes_semver_images_only_on_tags still hard-codes the previous docker/login-action full SHA/comment (af1e73... # v4.4.0) while .github/workflows/docker-publish.yml correctly moved to the verified v4.6.0 pin.

Required change:

  • update the governance contract to assert the exact new full upstream SHA and # v4.6.0 annotation used by this PR;
  • review every other changed action pin and update/add focused assertions so each workflow uses the intended verified full SHA, not a floating tag;
  • keep the final scope to the six workflow files plus backend/tests/test_release_governance.py only;
  • run the full backend suite with PYTHONWARNINGS=error, focused governance tests, Ruff, YAML safe-load, actionlint, and git diff --check;
  • leave the PR ready only when the current head is zero commits behind develop, all checks pass, and independent review can evaluate the exact pins.

Do not suppress the test, weaken SHA pinning, or merge the PR.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
.github/workflows/pr-1222-finalize-actions-governance.yml (1)

77-98: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add exact assertions for every updated action.

test_github_actions_are_pinned_to_exact_sha checks only SHA and comment format. It does not verify the expected actions/checkout, actions/setup-python, actions/setup-node, github/codeql-action/upload-sarif, or docker/login-action values.

🤖 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 @.github/workflows/pr-1222-finalize-actions-governance.yml around lines 77 -
98, Extend the governance validation around
test_github_actions_are_pinned_to_exact_sha to assert the exact expected SHA and
version comment for actions/checkout, actions/setup-python, actions/setup-node,
github/codeql-action/upload-sarif, and docker/login-action. Reuse the canonical
expected values already applied by this workflow, including the
docker/login-action update, and fail explicitly when any expected action
reference is missing or differs.
🤖 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.

Inline comments:
In @.github/workflows/pr-1222-finalize-actions-governance.yml:
- Around line 101-128: Expand the “Verify release governance” step before the
commit in “Commit verified governance fix and remove temporary workflow” to run
the full required validation: the complete backend test suite with
PYTHONWARNINGS=error, YAML safe-load checks, and actionlint, in addition to the
existing Ruff checks and focused test. Ensure every check succeeds before the
workflow reaches git commit or push.

---

Nitpick comments:
In @.github/workflows/pr-1222-finalize-actions-governance.yml:
- Around line 77-98: Extend the governance validation around
test_github_actions_are_pinned_to_exact_sha to assert the exact expected SHA and
version comment for actions/checkout, actions/setup-python, actions/setup-node,
github/codeql-action/upload-sarif, and docker/login-action. Reuse the canonical
expected values already applied by this workflow, including the
docker/login-action update, and fail explicitly when any expected action
reference is missing or differs.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 99b2b6dd-2901-4d93-b131-c8e19a369fca

📥 Commits

Reviewing files that changed from the base of the PR and between c8ef416 and 1695ef2.

📒 Files selected for processing (7)
  • .github/workflows/app-ci.yml
  • .github/workflows/bandit.yml
  • .github/workflows/dependency-review.yml
  • .github/workflows/deploy.yml
  • .github/workflows/docker-publish.yml
  • .github/workflows/mail-smoke.yml
  • .github/workflows/pr-1222-finalize-actions-governance.yml

Comment thread .github/workflows/pr-1222-finalize-actions-governance.yml Outdated
@seonghobae
seonghobae marked this pull request as draft August 4, 2026 03:34
@seonghobae
seonghobae force-pushed the dependabot/github_actions/github-actions-f2ccb4ebe5 branch from ff2ab93 to 23e6edb Compare August 4, 2026 07:04
@seonghobae
seonghobae marked this pull request as ready for review August 4, 2026 07:05
coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 4, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 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.

Inline comments:
In @.github/workflows/bandit.yml:
- Line 25: Update the trailing checkout release comments from “# v6” to “#
v7.0.1” at all three sites: .github/workflows/bandit.yml lines 25-25,
.github/workflows/docker-publish.yml lines 57-57, and
.github/workflows/docker-publish.yml lines 181-181. Leave the pinned SHA values
unchanged.
- Line 25: Update the actions/checkout step in the Bandit workflow to set
persist-credentials to false, ensuring pull-request scans do not leave the
GITHUB_TOKEN available to contributor-controlled build or package-install code.

In @.github/workflows/pr-1222-align-governance-test.yml:
- Line 33: Update all actions/checkout references using SHA
3d3c42e5aac5ba805825da76410c181273ba90b1 to comment # v7.0.1 instead of # v6.
Extend the governance test in the workflow to detect and reject mismatched
checkout SHA/version-comment pairs, while preserving validation of existing
supported versions.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 76dfe245-2c15-41d4-8953-5a4130b7709b

📥 Commits

Reviewing files that changed from the base of the PR and between 1695ef2 and d356b97.

📒 Files selected for processing (7)
  • .github/workflows/app-ci.yml
  • .github/workflows/bandit.yml
  • .github/workflows/dependency-review.yml
  • .github/workflows/deploy.yml
  • .github/workflows/docker-publish.yml
  • .github/workflows/mail-smoke.yml
  • .github/workflows/pr-1222-align-governance-test.yml
🚧 Files skipped from review as they are similar to previous changes (4)
  • .github/workflows/dependency-review.yml
  • .github/workflows/app-ci.yml
  • .github/workflows/deploy.yml
  • .github/workflows/mail-smoke.yml

Comment thread .github/workflows/bandit.yml Outdated
Comment thread .github/workflows/pr-1222-align-governance-test.yml Outdated

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Comment thread .github/workflows/pr-1222-finalize-current.yml Fixed
coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 6, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 6, 2026

Copy link
Copy Markdown
Contributor

@opencode-agent @cwl-noema-review review

Please review exact head 451019f7e8c56d04a2f6173b342651ff67ba95d7 without mutating the Dependabot branch. Repository-local Application CI, Dependency Review, Bandit, Semgrep, Security Scan, and Docker build are successful; CodeRabbit approved and all inline threads are resolved. Publish the required exact-head review contexts only after validating the final workflow pins, credential persistence boundary, and governance contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants