chore(deps): bump the rust-minor-patch group with 3 updates - #10
Merged
github-actions[bot] merged 1 commit intoMar 24, 2026
Merged
Conversation
Bumps the rust-minor-patch group with 3 updates: [anchor-lang](https://github.com/solana-foundation/anchor), [solana-account-info](https://github.com/anza-xyz/solana-sdk) and [solana-instruction](https://github.com/anza-xyz/solana-sdk). Updates `anchor-lang` from 1.0.0-rc.2 to 1.0.0-rc.4 - [Release notes](https://github.com/solana-foundation/anchor/releases) - [Changelog](https://github.com/solana-foundation/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/solana-foundation/anchor/commits/v1.0.0-rc.4) Updates `solana-account-info` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...bn254@v3.1.1) Updates `solana-instruction` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/bn254@v3.2.0...account@v3.3.0) --- updated-dependencies: - dependency-name: anchor-lang dependency-version: 1.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: solana-account-info dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: solana-instruction dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
@dependabot rebase |
Contributor
Author
|
Sorry, only users with push access can use that command. |
This was referenced May 31, 2026
WomB0ComB0
added a commit
that referenced
this pull request
Jun 2, 2026
#32) * ci(security): harden security workflow — clear zizmor alerts #10 & #11 Resolves both open code-scanning alerts on .github/workflows/security.yml (zizmor 1.24.1, verified locally with `zizmor --persona=auditor`): - #11 secrets-inherit (warning): replace `secrets: inherit` — which hands the reusable workflow ALL of this repo's secrets — with named forwarding of just SEMGREP_APP_TOKEN (the only enabled token-consuming scanner). Enabled by resq-software/.github#21, which declares the secret under workflow_call.secrets; re-pinned to that workflow's new SHA (b48036af, #21). - #10 unpinned-uses (error): already SHA-pinned in #30; carried forward. Also clears two latent findings the stale scan predates: - excessive-permissions: drop workflow-level `permissions` to `{}` and move contents/security-events/pull-requests scopes onto the `scan` job, so they apply only to the reusable call. - undocumented-permissions: every scope now carries an explanatory comment. `zizmor --no-online-audits` reports "No findings" on the result. NOTE: this does not by itself explain the separate scheduled-run startup_failure (which persisted after the #30 pin); switching off `secrets: inherit` is the leading remaining hypothesis and this PR tests it. * fix(ci): grant actions:read so the security reusable can start Root cause of the security-workflow startup_failure (every run since 2026-05-04, 0 jobs executed): the reusable security-scan.yml's CodeQL and zizmor jobs request `actions: read` (added in resq-software/.github#20, 2026-05-04 — exactly when the failures began). A reusable workflow's jobs cannot request a permission the caller did not grant; GitHub rejects the entire run at startup. The prior #30 SHA-pin and the secrets-inherit removal did not fix it because neither granted actions:read. Add it to the scan job's permissions.
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 the rust-minor-patch group with 3 updates: anchor-lang, solana-account-info and solana-instruction.
Updates
anchor-langfrom 1.0.0-rc.2 to 1.0.0-rc.4Changelog
Sourced from anchor-lang's changelog.
... (truncated)
Commits
Updates
solana-account-infofrom 3.1.0 to 3.1.1Release notes
Sourced from solana-account-info's releases.
Commits
3f40809Publish solana-bn254 v3.1.10645dacbn254: Bring msrv back to 1.81 (#360)41e34c2Publish solana-bn254 v3.1.02bd1bddAdd CreateAccountAllowPrefund system instruction (#352)589e623Publish solana-file-download v3.1.021bd992Publish solana-account v3.1.0fe1ddab[bn-254] Change input to a sized array for LE addition, multiplication, and c...5c389a1use serde_core where applicable (#335)1a91efaDeprecateInstructionError::NotEnoughAccountKeys(#312)e4c8ed1Improvefn download_filefor Gtihub REST API (#351)Updates
solana-instructionfrom 3.2.0 to 3.3.0Release notes
Sourced from solana-instruction's releases.
Commits
2a751efPublish solana-account v3.3.0cf84ac9DeprecateWritableAccount::create(#488)a1cd804Publish solana-reward-info v4.0.077fb9b2reward-info: changecommissiontocommission_bps(#500)cadd3dfkeypair: Document panic conditions for from_base58_string (#499)4a58b8b[bls-signatures] Add public key, signature, and proof of possession affine in...a4b0353Use sol_get_sysvar instead of sol_get_<NAME>_sysvar, fixed (#458)42a250fPublish solana-program-log v1.1.0af1642cfeat: add no_std support for program-pack crate (#497)efdd728Publish solana-frozen-abi-macro v3.2.1Dependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions