Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hol-plugin-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: node scripts/sarif-coordinates.js plugin-scanner.sarif
- name: Upload failed scanner report
if: failure()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: hol-plugin-scanner-sarif
path: plugin-scanner.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build npm package
run: npm pack --pack-destination dist/npm
- name: Upload verified package
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: npm-package
path: dist/npm/*.tgz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Collect five Claude and five Codex fixture journeys
run: node scripts/golden-path-matrix.js --fixture scripts/fixtures/golden-path/minimal-node.json --runtime both --repeat 5 --output artifacts/golden-path-matrix-${{ matrix.slug }}.json
- name: Upload platform evidence
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: golden-path-${{ matrix.slug }}
path: artifacts/golden-path-matrix-${{ matrix.slug }}.json
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Enforce the complete 30-run grid
run: node scripts/golden-path-matrix.js --merge artifacts/golden-path-matrix-windows.json,artifacts/golden-path-matrix-linux.json,artifacts/golden-path-matrix-macos.json --output artifacts/golden-path-matrix-complete.json --require-complete
- name: Upload complete matrix
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: golden-path-complete
path: artifacts/golden-path-matrix-complete.json
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-golden-path-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function main() {
'os: macos-latest',
'os: windows-latest',
'--runtime both --repeat 5',
'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02',
'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a',
'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093',
'--require-complete',
]) assert(workflow.includes(expected), `tests workflow must include ${expected}`);
Expand Down
Loading