diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da578d8b045..9bf11b96622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: if: github.event_name == 'push' && github.ref != 'refs/heads/main' run: ./gradlew spotlessApply - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b id: commit_style_fix if: github.event_name == 'push' && github.ref != 'refs/heads/main' env: @@ -77,7 +77,7 @@ jobs: if: steps.commit_style_fix.outputs.changes_detected == 'true' run: echo "${{steps.auto-commit-action.outputs.commit_hash}}" >> .git-blame-ignore-revs - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b id: commit_rev_ignore if: github.event_name == 'push' && github.ref != 'refs/heads/main' env: @@ -93,7 +93,7 @@ jobs: - name: License check run: ./gradlew checkLicense - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b id: commit_license_change if: github.event_name == 'push' && github.ref == 'refs/heads/main' env: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index af45e02dcd0..3131167fc33 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -65,7 +65,7 @@ jobs: - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b with: repository: doc commit_message: "Update javadoc" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afaaaaf3bbc..d78c94600a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b with: commit_message: "TASK: Updating version in README" commit_user_name: automation-commercetools @@ -116,7 +116,7 @@ jobs: - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc - - uses: stefanzweifel/git-auto-commit-action@e8f94e4dd298db5a6a2aa2d42fe0bcef6f2c9660 + - uses: stefanzweifel/git-auto-commit-action@12f68633e45c72459cd040c868605f2471c7f63b with: repository: doc commit_message: "Update javadoc"