diff --git a/.github/workflows/git_mirror.yml b/.github/workflows/git_mirror.yml index c41be7ec..bc2d4432 100644 --- a/.github/workflows/git_mirror.yml +++ b/.github/workflows/git_mirror.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: ffflorian/actions/git-mirror@c9a3071b2d17985d88f3bbaeab838871d9b61bdd + - uses: ffflorian/actions/git-mirror@8d5ba76e2f78c010614681a5466182daf4388980 with: GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git' GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2b42e78..1312d9e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: - name: Publish Release and Docker image id: publish_release - uses: ffflorian/actions/docker-image-release@c9a3071b2d17985d88f3bbaeab838871d9b61bdd + uses: ffflorian/actions/docker-image-release@8d5ba76e2f78c010614681a5466182daf4388980 with: DOCKER_TOKEN: ${{ secrets.DOCKER_SECRET }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: ) steps: - name: Deploy - uses: ffflorian/actions/coolify-deploy@c9a3071b2d17985d88f3bbaeab838871d9b61bdd + uses: ffflorian/actions/coolify-deploy@8d5ba76e2f78c010614681a5466182daf4388980 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} domain: ${{ secrets.COOLIFY_DOMAIN }} diff --git a/.github/workflows/yarn_update.yml b/.github/workflows/yarn_update.yml index 4076b718..bbc2e57f 100644 --- a/.github/workflows/yarn_update.yml +++ b/.github/workflows/yarn_update.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Update yarn - uses: ffflorian/actions/yarn-update@c9a3071b2d17985d88f3bbaeab838871d9b61bdd + uses: ffflorian/actions/yarn-update@8d5ba76e2f78c010614681a5466182daf4388980 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} git_authorship: 'Florian Imdahl '