chore(deps): bump r-lib/actions/setup-r-dependencies from 2.11.4 to 2.13.0 - #87
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [r-lib/actions/setup-r-dependencies](https://github.com/r-lib/actions) from 2.11.4 to 2.13.0. - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](r-lib/actions@6f6e5bc...465b7d8) --- updated-dependencies: - dependency-name: r-lib/actions/setup-r-dependencies dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Noema LLM review
Routine Dependabot-style SHA bump of r-lib/actions/setup-r-dependencies from 6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 to 465b7d8e732ca3921382b1674c59bada9cbf3399 across all three workflow files. The diff changes only the uses: SHA pins; all inputs, needs, extra-packages, and surrounding workflow logic remain unchanged. Both SHAs fall in the stable v2 release line of the action, and the preserved inputs occupy the same interface contract, so no behavioral regression is expected.
Reviewed changed lines
.github/workflows/R-CMD-check.yaml:45 (RIGHT): SHA-only pin rotation on the uses line; with-block inputs extra-packages and needs are preserved..github/workflows/test-fast.yaml:23 (RIGHT): Identical SHA-only pin update with unchanged extra-packages and needs inputs..github/workflows/test-suite.yaml:39 (RIGHT): SHA-only pin rotation; surrounding workflow behavior and inputs are unaffected.
Adversarial validation
.github/workflows/R-CMD-check.yaml:45 (RIGHT)falsified: The SHA bump changes how setup-r-dependencies consumesextra-packages: any::rcmdcheck, any::testthatorneeds: check, causing failed or modified dependency resolution. — Line 45 is the only changed line. The with-block on lines 46-48 still specifies any::rcmdcheck, any::testthat, and needs: check. Both SHAs are v2-line commits with a stable input contract..github/workflows/test-fast.yaml:23 (RIGHT)falsified: The action upgrade introduces a workflow-specific regression in test-fast.yaml, for example because it uses any::testthat without rcmdcheck. — Line 23 has the identical new SHA. The subsequent with-block still passes extra-packages: any::testthat and needs: check, unchanged from before the bump. No interface difference is evident.- Residual risk: No concrete regression scenario was falsified. Residual risk is limited to upstream repository changes between the two v2 commits, but the action's public input contract is stable across these releases.
Findings
- No blocking findings.
- Result: APPROVE
- Head SHA:
88d85390961b3671453fc37a710e54ad4961dd51 - Reviewer credential:
noema-review-github-app-refresh - Actor:
cwl-noema-review[bot]
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 r-lib/actions/setup-r-dependencies from 2.11.4 to 2.13.0.
Changelog
Sourced from r-lib/actions/setup-r-dependencies's changelog.
... (truncated)
Commits
465b7d8NEWS for 2.13.0 (#1105)d06a540[setup-r] retry transient r-hub.io request failures (#1088)ed9aa85fix(setup-r): export correct RTOOLS HOME env vars on Windows ARM64 and x64 (#...c86f32csetup-r-dependencies: set JAVA_HOME on Windows runners from Java 21 env vars ...2a66450setup-r-dependencies: switch back to classic sudo on runners with sudo-rs (#1...5cc1f0dFix minor typo (#1098)33d09fbfix: Remove stray::group::(#1103)aae88a2Special-case CRAN mirror for Windows ARM64 (#1101)b7484da[setup-r] Support installing RTools without installing R (#1093)d3c5be5Update NEWS for v1.12.1 (#1087)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)