Skip to content

action-allowlist-review: bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 in /.github/actions/for-dependabot-triggered-reviews#761

Merged
dave2wave merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/mozilla-actions/sccache-action-0.0.10
Apr 24, 2026
Merged

action-allowlist-review: bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 in /.github/actions/for-dependabot-triggered-reviews#761
dave2wave merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/mozilla-actions/sccache-action-0.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

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

Release notes

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

v0.0.10

What's Changed

New Contributors

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

Commits
  • 9e7fa8a Merge pull request #251 from sylvestre/ver
  • 3ca012d prepare version 0.0.10
  • 7cf1643 Merge pull request #231 from Mozilla-Actions/dependabot/npm_and_yarn/js-yaml-...
  • b2be802 Merge pull request #246 from baseplate-admin/patch-1
  • 84812a5 Merge pull request #250 from Mozilla-Actions/dependabot/npm_and_yarn/handleba...
  • 4e28318 Merge pull request #249 from Mozilla-Actions/dependabot/npm_and_yarn/picomatc...
  • cfa813e Merge pull request #248 from Mozilla-Actions/dependabot/npm_and_yarn/flatted-...
  • ef3762b Merge pull request #245 from cakebaker/bump_to_node24
  • 919bfb6 Bump handlebars from 4.7.8 to 4.7.9
  • 167904b Bump picomatch from 2.3.1 to 2.3.2
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 23, 2026
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@7d986dd...9e7fa8a)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/mozilla-actions/sccache-action-0.0.10 branch from 1e0e64b to 3e608e6 Compare April 24, 2026 10:23
Copy link
Copy Markdown
Member

@potiuk potiuk left a comment

Choose a reason for hiding this comment

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

verify-action-build flagged this as the same class of problem we hit in #669 (SonarSource/sonarqube-scan-action 7.0.0 → 7.1.0): the committed dist/ at v0.0.10 only matches a clean rebuild when package.json + package-lock.json are swapped back to the v0.0.9 commit. In other words the upstream release commit bumped the lockfile version strings but shipped a dist/ that was built against the previous toolchain. Source changes between versions look clean — no suspicious behaviour introduced — so the underlying bump itself is fine to accept, as we did for #669.

Unlike #669 (where SonarSource had issues/PRs disabled so we couldn't report it), Mozilla's repo accepts PRs, so I opened an upstream CI-hardening PR to prevent this recurring on future releases:

The proposed fix adds a verify-dist job that runs npm ci && npm run build on Node 24 (matching action.yml's using: node24) and fails if the committed dist/ differs from a clean rebuild — catching this kind of drift at the release-repo CI rather than downstream in verify-action-build.

Conditionally approving on the same basis as #669, but would like a second pair of eyes before merge.

Generated-by: Claude Opus 4.7 (1M context)

@potiuk potiuk requested review from dave2wave and raboof April 24, 2026 14:40
Copy link
Copy Markdown
Member

@dave2wave dave2wave left a comment

Choose a reason for hiding this comment

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

Given @potiuk analysis we should allow this bump.

@dave2wave dave2wave merged commit 3c48a45 into main Apr 24, 2026
11 of 12 checks passed
@dave2wave dave2wave deleted the dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/mozilla-actions/sccache-action-0.0.10 branch April 24, 2026 16:19
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