Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.11 - #112
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.11#112dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.7 to 0.0.11. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.7...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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 233fb44. Configure here.
|
|
||
| - name: Run sccache-cache | ||
| uses: mozilla-actions/sccache-action@v0.0.7 | ||
| uses: mozilla-actions/sccache-action@v0.0.11 |
There was a problem hiding this comment.
Incomplete sccache env migration
Medium Severity
Bumping sccache-action to v0.0.11 makes the action export ACTIONS_RESULTS_URL and ACTIONS_CACHE_SERVICE_V2 instead of ACTIONS_CACHE_URL, but the Docker build still only forwards ACTIONS_CACHE_URL. With SCCACHE_GHA_ENABLED and RUSTC_WRAPPER=sccache inside the container, sccache startup can fail and break the wheel build.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 233fb44. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps mozilla-actions/sccache-action from 0.0.7 to 0.0.11.
Release notes
Sourced from mozilla-actions/sccache-action's releases.
... (truncated)
Commits
fc920bfMerge pull request #262 from sylvestre/0.0.11c5764fdudpate dist filesce939d5update prettierfc24157prepare 0.0.11439ab27README.md prepare the version 0.0.11a2fac7aMerge pull request #252 from potiuk/ci-verify-dist4c2e5f0Merge pull request #253 from Mozilla-Actions/dependabot/npm_and_yarn/actions/...772f27dci: verify committed dist/ matches a clean rebuildd270be5Merge pull request #256 from Mozilla-Actions/dependabot/npm_and_yarn/jest-cir...52752aeMerge pull request #259 from Mozilla-Actions/dependabot/github_actions/github...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Single dependency version bump in CI with no application or security logic changes; risk is limited to possible sccache-action behavior differences during Rust wheel builds.
Overview
Updates the Run sccache-cache step in
.github/workflows/rust.ymlfrommozilla-actions/sccache-action@v0.0.7to v0.0.11.That step still runs before the RISC Docker wheel build where
SCCACHE_GHA_ENABLEDand related env vars feed the Rust compile cache; only the action pin changes.Reviewed by Cursor Bugbot for commit 233fb44. Bugbot is set up for automated code reviews on this repo. Configure here.