Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
target: x86_64-unknown-linux-gnu

steps:
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release

# Best practice 2026: Trigger on GitHub Release "published" event.
# This is more secure than pushing tags directly because:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Checkout repository
# SECURITY: Always pin to a full commit SHA, never a tag like @v4
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

Expand Down