diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39a55cb11b..f805b5ad9b 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@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 id: commit_style_fix if: github.event_name == 'push' && github.ref != 'refs/heads/main' with: @@ -75,7 +75,7 @@ jobs: env: HASH: ${{steps.commit_style_fix.outputs.commit_hash}} - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 id: commit_rev_ignore if: github.event_name == 'push' && github.ref != 'refs/heads/main' with: @@ -94,7 +94,7 @@ jobs: if: ${{ failure() }} run: cat licenses/dependencies-without-allowed-license.json - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 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 e3dfb961a7..1ca37d24c8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: doc commit_message: "Update javadoc" diff --git a/.github/workflows/release-fix.yml b/.github/workflows/release-fix.yml index 155d5cc807..81efdbd9db 100644 --- a/.github/workflows/release-fix.yml +++ b/.github/workflows/release-fix.yml @@ -62,7 +62,7 @@ jobs: run: rm -rf reference.txt continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: after-release commit_message: "TASK: Updating version in README" @@ -121,7 +121,7 @@ jobs: - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: doc commit_message: "Update javadoc" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27e1de066b..38dd8e784d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: run: rm -rf reference.txt continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: after-release commit_message: "TASK: Updating version in README" @@ -161,7 +161,7 @@ jobs: - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: doc commit_message: "Update javadoc"