From 89aee2796b649367e809f88309831bf0ec5246ac Mon Sep 17 00:00:00 2001 From: "capytan(Yosuke Mizuguchi)" Date: Fri, 21 Mar 2025 19:27:01 +0900 Subject: [PATCH] chore: update actions/checkout to v4.2.2 - Update GitHub Actions checkout action from v2 to v4.2.2 - Use specific commit hash for better reproducibility and security --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dd493e1..8f3c88c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Danger(SwiftLint) uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.8.0 env: