ci: fix nonexistent actions/upload-artifact SHA pin (Refs standards#48)#43
Merged
Merged
Conversation
Replace fabricated pin 65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 (does not exist in actions/upload-artifact) with the real v4.6.2 SHA ea165f8d65b6e75b540449e92b4886f43607fa02, matching the canonical rsr-template-repo / v3-templater pin. Unblocks 'Set up job' on every affected workflow. Refs hyperpolymath/standards#48 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 94 issues detected
View findings[
{
"reason": "Nickel file missing SPDX-License-Identifier header (1 occurrences, CWE-1104)",
"type": "ncl_missing_spdx",
"file": "/home/runner/work/ambientops/ambientops/_pathroot/ncl/lib/schema.ncl",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "getExn on external data -- use pattern matching (1 occurrences, CWE-754)",
"type": "getexn_on_external",
"file": "/home/runner/work/ambientops/ambientops/_pathroot/src/nicaug/NicaugCLI.res",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "getExn on external data -- use pattern matching (1 occurrences, CWE-754)",
"type": "getexn_on_external",
"file": "/home/runner/work/ambientops/ambientops/_pathroot/src/nicaug/PlatformOrchestrator.res",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "getExn on external data -- use pattern matching (7 occurrences, CWE-754)",
"type": "getexn_on_external",
"file": "/home/runner/work/ambientops/ambientops/_pathroot/src/Discovery.res",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "expect() in hot path (1 occurrences, CWE-754)",
"type": "expect_in_hot_path",
"file": "/home/runner/work/ambientops/ambientops/panoptes/src/ollama.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "unwrap_or(0) with dangerous default (2 occurrences, CWE-754)",
"type": "unwrap_dangerous_default",
"file": "/home/runner/work/ambientops/ambientops/panoptes/src/web/mod.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "unwrap_or(0) with dangerous default (1 occurrences, CWE-754)",
"type": "unwrap_dangerous_default",
"file": "/home/runner/work/ambientops/ambientops/personal-sysadmin/src/correlation.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "unwrap() without prior check -- DoS via panic (12 occurrences, CWE-754)",
"type": "unwrap_without_check",
"file": "/home/runner/work/ambientops/ambientops/contracts-rust/benches/contracts_bench.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
},
{
"reason": "unwrap_or(0) with dangerous default (3 occurrences, CWE-754)",
"type": "unwrap_dangerous_default",
"file": "/home/runner/work/ambientops/ambientops/hardware-crash-team/src/scanner/mod.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
},
{
"reason": "unwrap_or(0) with dangerous default (1 occurrences, CWE-754)",
"type": "unwrap_dangerous_default",
"file": "/home/runner/work/ambientops/ambientops/clinician/src/correlation.rs",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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.
Bulk remediation for hyperpolymath/standards#48.
actions/upload-artifactwas pinned to65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478which does not exist inactions/upload-artifact, breaking every affected workflow at Set up job. Replaced with the real v4.6.2 SHAea165f8d65b6e75b540449e92b4886f43607fa02(the pin already used by the canonical rsr-template-repo / v3-templater generators).SHA-only replacement; pre-existing version comments left intact (cosmetic).
Refs hyperpolymath/standards#48 — per standards#66 protocol this PR uses
Refs(notCloses); joint-close only on explicit agreement.🤖 Generated with Claude Code