diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index 1395ecc..702e19c 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -44,7 +44,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index e1c7f84..477fe09 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -37,7 +37,7 @@ jobs: echo tag=${GITHUB_REF##*/} >> $GITHUB_OUTPUT - name: Checkout Source Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Release Build ${{ matrix.name }} uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83