From 7ebcfe92dc84c4968a9e0484b35932ab453ee551 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Wed, 2 Feb 2022 23:16:08 +0000 Subject: [PATCH] Update test-action.yml Match L224 and L246. Use - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 --- .github/workflows/test-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index d4ce831..d2934c4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -261,8 +261,8 @@ jobs: statuses: none name: Try to install cosign with go steps: - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 - - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2 with: go-version: '1.17.x' - name: Install Cosign