From aefba49af22352c746b24257fda16810198fc854 Mon Sep 17 00:00:00 2001 From: Keisuke Ookura Date: Tue, 12 May 2026 00:12:39 +0900 Subject: [PATCH] chore: pin GitHub Actions to SHA Pin third-party action references to commit SHAs via pinact, and pin moneyforward/* references to the latest commit SHA of whatever ref is currently specified. Generated by actpin. --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index cc62d50..a29c53c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,10 +14,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1 with: go-version: '1.20.3'