diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 89aebc6..742eddd 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -48,7 +48,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🛠️ Install goss and dgoss uses: e1himself/goss-installation-action@v1.1.0 diff --git a/.github/workflows/create-changesets-release.yml b/.github/workflows/create-changesets-release.yml index de504a7..1da6b97 100644 --- a/.github/workflows/create-changesets-release.yml +++ b/.github/workflows/create-changesets-release.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 49e2b65..38b5bc0 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0