diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index 97e6148..9b05630 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 5de590f..24c4ee8 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Release Build ${{ matrix.name }} uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445