chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0#57
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0#57dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.38.0. - [Commits](golang/sys@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Mar 13, 2026
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Mar 13, 2026
…flow and path-compatible checks (#57)' (#60) from fix/57-governance-freshness-wiring into main Reviewed-on: https://gitea.cybermonkey.sh/cybermonkey/eos/pulls/60
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Mar 13, 2026
…82) Both governance scripts hard-failed (exit 1) when no .gitmodules existed, blocking every PR with 15+ auto-created CI failure issues since PR #60 merged the workflow without the submodule registration. Changes: - Add .gitmodules pre-check to prompts-submodule-freshness.sh (SKIP exit 0) - Add .gitmodules pre-check to check-governance.sh (SKIP exit 0) - Handle registered-but-uninitialised submodule gracefully (WARN + SKIP) - Register prompts submodule properly via git submodule add - Add outputs/ to .gitignore Test evidence (local): - Freshness with submodule present: PASS (sha match) - Freshness without .gitmodules: SKIP exit 0 - Freshness registered not init'd: SKIP exit 0 - Governance without .gitmodules: SKIP exit 0 - bash -n both scripts: SYNTAX OK - go build ./cmd/: exit 0 Closes #82 Refs #57, #64 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Mar 13, 2026
The submodule-freshness workflow failed on every CI run because `actions/checkout` with `submodules: recursive` tried to clone prompts via SSH (`ssh://git@vhost7:9001/...`). CI runners lack SSH keys, so the checkout step failed before the freshness script could run. Changes: - Remove `submodules: recursive` from checkout action - Add manual submodule init step with SSH-to-HTTPS URL rewriting and token-based auth (GITEA_TOKEN or github.token) - Update .gitmodules URL from SSH to HTTPS - Make fetch failure in freshness script SKIP (exit 0) instead of FAIL (exit 1) for defense-in-depth resilience - Add 7-test unit test suite for script and workflow contracts Test evidence: - 7/7 tests pass (script syntax, no-gitmodules skip, uninitialised skip, YAML syntax, no-recursive, HTTPS URL, manual init step) - go build ./cmd/: exit 0 - Freshness script tested locally in 3 scenarios Refs: https://forum.gitea.com/t/gitea-runner-recursive-checkout/10812 Closes #97 Refs #82, #57, #64 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Superseded by #82. |
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 golang.org/x/sys from 0.37.0 to 0.38.0.
Commits
15129aacpu: also use MRS instruction in getmmfr1ed38ca2unix: add SizeofNhmsg and SizeofNexthopGrp3675c4ccpu: use MRS instruction to read arm64 system registers2a15272unix: add consts for ELF handling6239615cpu: add HPDS, LOR, PAN detection for arm64ea436efwindows: add iphlpapi routing functions28c5bdaunix: add SetMemPolicy and its mode/flag valuesb731f78unix/linux: switch to ubuntu 25.04, Go 1.25.1You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)