Bump pkl.impl.ghactions to 1.1.0, add version locking. (#1359)

This adopts the version locking introduced in pkl.impl.ghactions@1.1.0.
This commit is contained in:
Daniel Chao
2025-12-10 16:35:15 -08:00
committed by GitHub
parent 32e9087da9
commit b170968e9e
10 changed files with 466 additions and 419 deletions

4
.github/workflows/test_report.yml generated vendored
View File

@@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
with:
path: artifacts
name: test-results-.*
name_is_regexp: true
run_id: ${{ github.event.workflow_run.id }}
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf # v2
with:
commit: ${{ github.event.workflow_run.head_sha }}
comment_mode: 'off'