Skip to content

Bump VirtusLab/scala-cli-setup from 1.11.0 to 1.12.1#5054

Merged
softwaremill-ci merged 1 commit intomasterfrom
dependabot/github_actions/VirtusLab/scala-cli-setup-1.12.1
Mar 13, 2026
Merged

Bump VirtusLab/scala-cli-setup from 1.11.0 to 1.12.1#5054
softwaremill-ci merged 1 commit intomasterfrom
dependabot/github_actions/VirtusLab/scala-cli-setup-1.12.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Bumps VirtusLab/scala-cli-setup from 1.11.0 to 1.12.1.

Release notes

Sourced from VirtusLab/scala-cli-setup's releases.

v1.12.1

What's Changed

Full Changelog: VirtusLab/scala-cli-setup@v1.12.0...v1.12.1

v1.12.0

What's Changed

Full Changelog: VirtusLab/scala-cli-setup@v1.11.0...v1.12.0

Commits
  • 2cea559 Update dist (#1033)
  • 4a13574 Merge pull request #1032 from VirtusLab/update-scala-cli-setup
  • 910686c Merge pull request #1030 from VirtusLab/dependabot/npm_and_yarn/actions/core-...
  • 195c3a8 Merge pull request #1031 from VirtusLab/dependabot/npm_and_yarn/actions/tool-...
  • a768262 Update scala-cli version to 1.12.1
  • 1c19052 chore(deps): Bump @​actions/tool-cache from 3.0.0 to 3.0.1
  • b838e39 chore(deps): Bump @​actions/core from 2.0.2 to 2.0.3
  • 6a1d13a Merge pull request #1027 from VirtusLab/dependabot/npm_and_yarn/stylistic/esl...
  • 433f612 chore(deps-dev): Bump @​stylistic/eslint-plugin from 5.7.0 to 5.7.1
  • bf94dc1 Merge pull request #1028 from VirtusLab/dependabot/npm_and_yarn/typescript-es...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

adamw pushed a commit that referenced this pull request Mar 11, 2026
## Summary
- Add `dependabot[bot]` to `ci` job condition so CI runs in
`pull_request` context for Dependabot PRs
- Replace `secrets: inherit` with explicit `permissions` on
`auto-merge-dependabot` job (`contents: write`, `pull-requests: write`,
`workflows: write`)

## Root cause
Two issues preventing Dependabot auto-merge:

1. **CI skipped for Dependabot PRs** — the `ci` job condition only
allows `push`, external PRs, and `softwaremill-ci`. Dependabot PRs
(same-repo, `pull_request` event) don't match any condition → `ci`
SKIPPED → `auto-merge-dependabot` SKIPPED (depends on `ci`).

2. **Missing `workflows` permission** — Dependabot PRs bump GitHub
Actions versions in workflow files. Merging such PRs requires the
`workflows` permission, which `GITHUB_TOKEN` doesn't have by default.

Currently 5 Dependabot PRs stuck (#4766 since Aug 2025, #5044, #5054,
#5055, #5056).
@endrju19
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/github_actions/VirtusLab/scala-cli-setup-1.12.1 branch from 70999fb to b94dc8c Compare March 11, 2026 12:22
@endrju19
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases)
- [Commits](VirtusLab/scala-cli-setup@89a4859...2cea559)

---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/VirtusLab/scala-cli-setup-1.12.1 branch from b94dc8c to c6b86a0 Compare March 13, 2026 09:34
@softwaremill-ci softwaremill-ci merged commit 8c3cca0 into master Mar 13, 2026
32 checks passed
@softwaremill-ci softwaremill-ci deleted the dependabot/github_actions/VirtusLab/scala-cli-setup-1.12.1 branch March 13, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants