-
Notifications
You must be signed in to change notification settings - Fork 18
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
Harden CI #385
Harden CI #385
Changes from 19 commits
37a9618
f37eb16
178a4b2
129fbe2
8f6472f
cb4a9c5
d68a6e9
91342c0
207b6c0
5cbccce
53fcacf
46b58d0
3600782
f6d955f
8da122d
9d5b21a
601d26a
e4e88cf
338cb89
14af82e
ee259bd
6c469be
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 |
---|---|---|
|
@@ -31,6 +31,10 @@ jobs: | |
# actions: read | ||
louiseschmidtgen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
steps: | ||
- name: Harden Runner | ||
uses: step-security/harden-runner@v2 | ||
Check warning Code scanning / Scorecard Pinned-Dependencies
score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
|
||
with: | ||
egress-policy: audit | ||
- name: "Checkout code" | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
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. We use checkout@v4 (tag pinning) elsewhere, we should do the same here. 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. I can do that, just have to silence it too 👍🏼 |
||
with: | ||
|
Check warning
Code scanning / Scorecard
Pinned-Dependencies