diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index 8807105..d957ff2 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: ssh-key: "${{secrets.SSH_KEY}}" diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index a29698c..6653d02 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Docker Setup QEMU uses: docker/setup-qemu-action@a318853e1ca0aed974d9a86aa6c4e88629b35508