diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9142447620e..41671977010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,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' with: @@ -73,7 +73,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' with: @@ -88,7 +88,7 @@ jobs: if: github.event_name == 'push' 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' with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ac0f189a4a3..1904bddc598 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 07cafb20b4e..d35aaff204e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: run: rm -rf reference.txt 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_author: ct-sdks[bot] <${{ steps.get_app_user.outputs.email }}> @@ -150,7 +150,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"