-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: R-16 toolchain pin + reconciliation #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a75df69
chore(fixtures): delete stale SafeDOMExample.res ReScript fixture (Re…
hyperpolymath 758e2ff
docs: record tech-debt audit findings (2026-05-26)
hyperpolymath ec6679d
docs: seed CHANGELOG.md (Keep-a-Changelog format)
hyperpolymath 6e1956f
fix(ci): drop the beta-Rust CodeQL leg, keep an actions leg
hyperpolymath 7bdb688
ci: vendor validation scripts and remove remote action pins
hyperpolymath c5aa0da
fix(ci): update secret-scanner SHA to @7fdc2705df74b4e352d2a1cde3e87a…
hyperpolymath d9d9913
fix(ci): update reusable workflow SHAs to @7fdc2705df74b4e352d2a1cde3…
hyperpolymath b8499fd
fix(ci): update reusable workflow SHAs to @7fdc2705df74b4e352d2a1cde3…
hyperpolymath e5b6f70
fix(ci): add required permissions for reusable workflows (Bug B)
hyperpolymath 7d84d1f
Merge branch 'fix/ci-426-batch11'
hyperpolymath ca0d20f
Merge branch 'fix/ci-426-batch13'
hyperpolymath f74fa8e
Merge branch 'fix/ci-426-batch2'
hyperpolymath e2372e4
Merge branch 'fix/codeql-drop-rust-beta-leg'
hyperpolymath e107993
Merge branch 'rescued/vendor-validation-sweep-2026-07-27'
hyperpolymath aca2a5e
Merge remote-tracking branch 'origin/claude/changelog-seed-2026-05-26'
hyperpolymath 8f4dc48
Merge remote-tracking branch 'origin/claude/safedom-res-stale-sweep'
hyperpolymath 4d983f2
Merge remote-tracking branch 'origin/claude/tech-debt-2026-05-26'
hyperpolymath c49cd0a
chore(toolchain): keep .tool-versions -> .mise.toml pin conversion (R…
hyperpolymath 2aa2882
chore: reconcile local history with origin (R-16/R-24)
hyperpolymath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [tools] | ||
| rust = "stable" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: hyperpolymath/conative-gating
Length of output: 750
Remove the workflow-level write permissions.
The
scorecardreusable-workflow job already declaressecurity-events: writeandid-token: writeunderjobs.scorecard.permissions. Remove the duplicate workflow-level entries so future jobs do not inherit them.🧰 Tools
🪛 zizmor (1.29.0)
[warning] 11-11: overly broad permissions (excessive-permissions): security-events: write is overly broad at the workflow level
(excessive-permissions)
[error] 12-12: overly broad permissions (excessive-permissions): id-token: write is overly broad at the workflow level
(excessive-permissions)
[warning] 11-11: permissions without explanatory comments (undocumented-permissions): needs an explanatory comment
(undocumented-permissions)
🤖 Prompt for AI Agents
Source: Linters/SAST tools