Skip to content

Commit aa01ce5

Browse files
committed
chore(ci): bump actions/checkout from 5.0.0 to 6.0.1
Update actions/checkout to v6.0.1 (SHA: 8e8c483db84b4bee98b60c0593521ed34d9990e8) across all workflow files for improved security and latest features.
1 parent cab08a3 commit aa01ce5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/_local-not-for-reuse-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 60
3636
steps:
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3838
with:
3939
autocrlf: false
4040
persist-credentials: false

.github/workflows/claude-auto-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🔗 Claude Auto Review
22

33
# Dependencies:
4-
# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4+
# - actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
55
# - anthropics/[email protected]
66
# - oven-sh/[email protected]
77
# - SocketDev/socket-registry/.github/actions/debug
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
62+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6363
with:
6464
autocrlf: false
6565
persist-credentials: false

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🔗 Claude Code
22

33
# Dependencies:
4-
# - actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4+
# - actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
55
# - anthropics/[email protected]
66
# - oven-sh/[email protected]
77
# - SocketDev/socket-registry/.github/actions/debug
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: ${{ inputs.timeout-minutes }}
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
with:
4545
autocrlf: false
4646
persist-credentials: false

0 commit comments

Comments
 (0)