diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index c2756bf..087f0af 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Setup Git - uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0 + uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0 # TODO(cookiecutter): Uncomment this for projects with private dependencies # with: # username: ${{ secrets.GIT_USER }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9aeb2a..cdf903e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: steps: - name: Setup Git - uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0 + uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0 # TODO(cookiecutter): Uncomment this for projects with private dependencies # with: # username: ${{ secrets.GIT_USER }} @@ -126,7 +126,7 @@ jobs: steps: - name: Setup Git - uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0 + uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0 # TODO(cookiecutter): Uncomment this for projects with private dependencies # with: # username: ${{ secrets.GIT_USER }} @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Setup Git - uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0 + uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0 # TODO(cookiecutter): Uncomment this for projects with private dependencies # with: # username: ${{ secrets.GIT_USER }} @@ -233,7 +233,7 @@ jobs: contents: write steps: - name: Setup Git - uses: frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0 + uses: frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0 # TODO(cookiecutter): Uncomment this for projects with private dependencies # with: # username: ${{ secrets.GIT_USER }}