File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12name : " 🔒 Harden Runner (Audit)"
23description : " Security Egress Audit using audit profile"
34runs :
Original file line number Diff line number Diff line change 1+ ---
12name : " 🔒 Harden Runner (Full)"
23description : " Security Egress Audit using full profile"
34runs :
Original file line number Diff line number Diff line change 1+ ---
12name : " 🔒 Harden Runner (Minimal)"
23description : " Security Egress Audit using minimal profile"
34runs :
Original file line number Diff line number Diff line change 1+ ---
12name : " 🔒 Harden Runner (Standard)"
23description : " Security Egress Audit using standard profile"
34runs :
Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ jobs:
119119 echo "PATH (first 10):"
120120 echo "$PATH" | tr ':' '\n' | head -10
121121
122-
123-
124122 if [ "$EVENT_NAME" = "pull_request" ]; then
125123 unirtm exec -- commitlint --from "$BASE_SHA" --to "$HEAD_SHA" --verbose
126124 else
Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : " ⚡ Setup unirtm (Tool Manager)"
31- uses : jdx/unirtm -action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
31+ uses : jdx/mise -action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3232
3333 - name : " 🛡️ Run Security Audit"
3434 shell : sh
Original file line number Diff line number Diff line change 8989 GITHUB_TOKEN : ${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }}
9090
9191 - name : " 📦 Stage Assets for Web Deployment"
92- uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v4.1.1
92+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
9393 with :
9494 # Bundles the compiled static site into a secure artifact for GitHub Pages.
9595 path : docs/.vitepress/dist
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ make check # Run lint + test in sequence
2323| --------- | ---------------------------------------------------------- |
2424| ` help ` | Show all available targets and their descriptions |
2525| ` lint ` | Run all pre-commit hooks against all files |
26- || ` test ` | Execute test suite |
26+ | ` test ` | Execute test suite |
2727| ` build ` | Build production artifacts |
2828| ` check ` | Combined lint + test |
2929| ` clean ` | Remove generated files and caches |
You can’t perform that action at this time.
0 commit comments