chore(ci): Update GitHub Actions SHAs to latest versions

- Update all workflow files with latest action SHAs using ratchet
- Ensure security through SHA pinning while using current versions
- Automated update as part of ratchet workflow implementation
This commit is contained in:
Kazuki Yamada
2025-08-20 23:55:39 +09:00
parent d50837a6de
commit 8cfc400a9f
10 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # ratchet:actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL