Skip to content

Commit ac47b6f

Browse files
author
Your Name
committed
Merge main into chore/pmpl-normalize
Resolved conflicts: - Kept symlinks for .scm files (AGENTIC, ECOSYSTEM, META, NEUROSYM, PLAYBOOK, STATE) - All actual .scm files remain in .machine_readable/ directory - Removed INDEX.adoc files from GUIDES_v0.4/ and TOOLKIT_v0.4/ as per PR intent - Kept structured ARCHIVE/README.adoc from PR branch All .scm files are now properly normalized with single copies in .machine_readable/ and symlinks at root, per repository policy.
2 parents 1881a3a + 1b70730 commit ac47b6f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/casket-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
path: .casket-ssg
3030

3131
- name: Setup GHCup
32-
uses: haskell-actions/setup@dc63c94789664bb2910876ec3dfeeaa24d23b96b # v2
32+
uses: haskell-actions/setup@f9150cb1d140e9a9271700670baa38991e6fa25c # v2
3333
with:
3434
ghc-version: '9.8.2'
3535
cabal-version: '3.10'
3636

3737
- name: Cache Cabal
38-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
38+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
3939
with:
4040
path: |
4141
~/.cabal/packages

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
find . -type f -perm /111 -name "*.sh" | head -10 || true
1919
2020
- name: Check for secrets
21-
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
21+
uses: trufflesecurity/trufflehog@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3.92.5
2222
with:
2323
path: ./
2424
base: ${{ github.event.pull_request.base.sha || github.event.before }}

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # Full history for scanning
1919

2020
- name: TruffleHog Secret Scan
21-
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3
21+
uses: trufflesecurity/trufflehog@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3
2222
with:
2323
extra_args: --only-verified --fail
2424

v0.4/thisfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)