From 107f0638b6a3a4e8b2fd82eca0db0bbd62136498 Mon Sep 17 00:00:00 2001 From: Paul McCann Date: Thu, 20 Mar 2025 10:03:46 +0000 Subject: [PATCH] Update eks-ci.yml Pinning action to a full length commit SHA [see](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions) --- .github/workflows/eks-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eks-ci.yml b/.github/workflows/eks-ci.yml index be0c1dc69c..ee2b27998a 100644 --- a/.github/workflows/eks-ci.yml +++ b/.github/workflows/eks-ci.yml @@ -60,7 +60,7 @@ jobs: steps: # Disk cleanup - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false android: true @@ -74,12 +74,12 @@ jobs: uses: actions/checkout@v4 - name: Setup GO (with caching) - uses: magnetikonline/action-golang-cache@v5 + uses: magnetikonline/action-golang-cache@fcca93e25c7fe3943de4d40c22d255d17f63e63b # v5 with: go-version-file: .go-version - name: build cloudbeat binary - uses: magefile/mage-action@v3 + uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0 with: version: latest args: build @@ -243,7 +243,7 @@ jobs: - name: Publish allure report if: always() - uses: andrcuns/allure-publish-action@v2.9.0 + uses: andrcuns/allure-publish-action@87c4707902ad7187c6e674c08f296353a16176a1 # v2.9.0 env: GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} AWS_REGION: eu-west-1