diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index 007a44d..36f59cc 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -41,7 +41,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 8974772..7076dae 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -34,7 +34,7 @@ jobs: echo tag=${GITHUB_REF##*/} >> $GITHUB_OUTPUT - name: Checkout Source Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Release Build ${{ matrix.name }} uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75