From fbb87b50cedf3cea83077f49eb0aa9427c07c6e3 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Tue, 8 Feb 2022 08:14:29 +0000 Subject: [PATCH] Update test-action.yml (#55) * Update test-action.yml Make sure that all actions are using commit hashes. Signed-off-by: Jauder Ho --- .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 7bbdcd6..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@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2 with: go-version: '1.17.x' - name: Install Cosign