From bdc41dd3080b1395c25f00b75cf826c731ed5982 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 12 May 2022 20:23:33 +0200 Subject: [PATCH] ci: pin external/untrusted github actions Signed-off-by: CrazyMax --- .github/workflows/build.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f35d427e..0988b118 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: file: ./coverage/coverage.txt - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v1 + uses: crazy-max/ghaction-github-runtime@94085cef04e835448ac610090128515e781b4939 - name: Build binaries run: | @@ -89,7 +89,7 @@ jobs: - name: GitHub Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 091d7727..abe19bff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -125,7 +125,7 @@ jobs: - name: Install k3s if: matrix.driver == 'kubernetes' - uses: debianmaster/actions-k3s@v1.0.3 + uses: debianmaster/actions-k3s@b9cf3f599fd118699a3c8a0d18a2f2bda6cf4ce4 id: k3s with: version: v1.21.2-k3s1