Skip to content

deps(actions)(deps): bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 - #114

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/mozilla-actions/sccache-action-0.0.11
Open

deps(actions)(deps): bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11#114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/mozilla-actions/sccache-action-0.0.11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps mozilla-actions/sccache-action from 0.0.10 to 0.0.11.

Release notes

Sourced from mozilla-actions/sccache-action's releases.

v0.0.11

What's Changed

New Contributors

Full Changelog: Mozilla-Actions/sccache-action@v0.0.10...v0.0.11

Commits
  • fc920bf Merge pull request #262 from sylvestre/0.0.11
  • c5764fd udpate dist files
  • ce939d5 update prettier
  • fc24157 prepare 0.0.11
  • 439ab27 README.md prepare the version 0.0.11
  • a2fac7a Merge pull request #252 from potiuk/ci-verify-dist
  • 4c2e5f0 Merge pull request #253 from Mozilla-Actions/dependabot/npm_and_yarn/actions/...
  • 772f27d ci: verify committed dist/ matches a clean rebuild
  • d270be5 Merge pull request #256 from Mozilla-Actions/dependabot/npm_and_yarn/jest-cir...
  • 52752ae Merge pull request #259 from Mozilla-Actions/dependabot/github_actions/github...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

ticket-exempt: generated Dependabot dependency update; no dedicated engineering-capacity issue required.

Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.10...v0.0.11)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-version: 0.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@phylax-ci phylax-ci left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Findings: no blocking issues. .github/workflows/rust-base.yaml:247, :376, and :716, plus .github/workflows/rust-build-binary.yaml:101, consistently move every sccache setup site to v0.0.11. The upstream action interface and Node 24 runtime are unchanged, the repository test and both Socket checks pass, and the missing Linear ticket is covered by the generated-dependency-update exemption. The only outstanding status is the pending license/cla check.\n\n@dependabot[bot]\n\nNext step: a maintainer should clear or waive the inapplicable CLA check and merge this dependency update.

@phylax-ci phylax-ci added the ticket-exempt Generated dependency or equivalent non-capacity work; written PR reason required label Aug 31, 2026

@0xAlcibiades 0xAlcibiades left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approve. Patch bump of a Mozilla-maintained action across the sccache setup sites, test green. Nit: same note as #112 — these uses: lines float on a tag while cargo-binstall in the same file is SHA-pinned; worth converting to SHA + version comment in a follow-up so the whole file follows one discipline.

@phylax-ci phylax-ci left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Follow-up review at 6affc87: no new inline findings and no blockers. This exact commit consistently updates all four sccache call sites; the upstream action interface and source logic are unchanged, and the repository test plus both Socket checks pass. The generated description covers the what/why and ticket exemption, though it does not include a verification command. The existing non-blocking SHA-pinning follow-up remains noted; license/cla is still pending but is not a code defect.

@0xAlcibiades 0xAlcibiades left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approving the bump — but flagging a supply-chain inconsistency on the exact lines this PR touches.

The bump itself: sccache-action 0.0.10 → 0.0.11, a compiler-cache wrapper with no effect on build correctness (a cache miss degrades to a slower build, never a wrong one). test is green. Fine to merge.

Finding: these references use a mutable tag while the rest of the repo SHA-pins

uses: mozilla-actions/sccache-action@v0.0.11

Compare the neighbouring steps in this same file, and #113 landing beside it:

uses: cargo-bins/cargo-binstall@75b4bfae1b2c753a6806bbce6e6cb89b602de33c # v1.22.0

v0.0.11 is a git tag, and a tag can be repointed at any commit by anyone who can push to that repo. An action running in these workflows executes arbitrary code on the runner with access to whatever that job holds — and this is phylaxsystems/actions, a reusable-workflow repo, so the blast radius is every repo in the org that calls rust-base.yaml, including the ones that pass private-dep credentials in adjacent steps.

The repo clearly already knows the practice; sccache-action is the exception, not the rule. Since dependabot is rewriting these exact lines anyway, this is the cheap moment to convert them:

uses: mozilla-actions/sccache-action@<sha-of-v0.0.11> # v0.0.11

Dependabot maintains SHA pins with the trailing version comment perfectly well — that's how it's already handling cargo-binstall here — so this costs nothing ongoing. I'd treat it as a follow-up rather than a change to this PR, so the bump isn't held up.

Question: license/cla is PENDING on this PR and on #113. If that's a required check, dependabot PRs can never merge on their own — the classic never-reporting-required-check trap. Is it required, or informational? If required, it needs either a bot exemption or a no-op path for dependabot[bot] authors, otherwise this queue silently stops draining.

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

Labels

ticket-exempt Generated dependency or equivalent non-capacity work; written PR reason required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants