-
Notifications
You must be signed in to change notification settings - Fork 462
fix(ci): harden GitHub Actions workflows (#1179) #1184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,14 +15,14 @@ jobs: | |
| runs-on: ubuntu-24.04 | ||
| timeout-minutes: 30 | ||
| steps: | ||
| - uses: actions/checkout@v7 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | ||
| with: | ||
| persist-credentials: false | ||
| ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
| - uses: actions/setup-python@v7 | ||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✓ Verified authentic: |
||
| with: | ||
| python-version: "3.12.13" | ||
| - uses: astral-sh/setup-uv@v7 | ||
| - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✓ Verified authentic: |
||
| with: | ||
| version: "0.9.3" | ||
| enable-cache: true | ||
|
|
@@ -42,7 +42,7 @@ jobs: | |
| done | ||
| - name: Retain evidence on success or failure | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✓ Verified authentic: |
||
| with: | ||
| name: validation-runtime-${{ github.event.pull_request.head.sha || github.sha }} | ||
| path: outputs/validation-runtime/ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✓ Verified authentic:
3d3c42e5aac5ba805825da76410c181273ba90b1is the commit foractions/checkouttag v7.0.1 (latest v7; confirmed via GitHub API). Full 40-char pin, same major as the prior@v7→ no behavior change.persist-credentials: falseis retained. 👍