diff --git a/.github/workflows/docker-tag.yaml b/.github/workflows/docker-tag.yaml index 4e33f9c3..1a8c40e0 100644 --- a/.github/workflows/docker-tag.yaml +++ b/.github/workflows/docker-tag.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 diff --git a/.github/workflows/tagget.yaml b/.github/workflows/tagget.yaml index 1a26068c..d7612ce2 100644 --- a/.github/workflows/tagget.yaml +++ b/.github/workflows/tagget.yaml @@ -37,7 +37,7 @@ jobs: with: app_id: ${{ secrets.NPM_VERSIONER_APP_ID }} private_key: ${{ secrets.NPM_VERSIONER_PRIVATE_KEY }} - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ steps.generate-token.outputs.token }} - name: Set up Git