File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
6060 run : ./gradlew spotlessApply
6161
62- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
62+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
6363 id : commit_style_fix
6464 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
6565 with :
7575 env :
7676 HASH : ${{steps.commit_style_fix.outputs.commit_hash}}
7777
78- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
78+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
7979 id : commit_rev_ignore
8080 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
8181 with :
9494 if : ${{ failure() }}
9595 run : cat licenses/dependencies-without-allowed-license.json
9696
97- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
97+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
9898 id : commit_license_change
9999 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
100100 with :
Original file line number Diff line number Diff line change 6666
6767 - run : rsync -r sdk/build/docs/javadoc/ doc/javadoc
6868
69- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
69+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
7070 with :
7171 repository : doc
7272 commit_message : " Update javadoc"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 run : rm -rf reference.txt
101101 continue-on-error : true
102102
103- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
103+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
104104 with :
105105 branch : after-release
106106 commit_message : " TASK: Updating version in README"
@@ -161,7 +161,7 @@ jobs:
161161
162162 - run : rsync -r sdk/build/docs/javadoc/ doc/javadoc
163163
164- - uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
164+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
165165 with :
166166 repository : doc
167167 commit_message : " Update javadoc"
You can’t perform that action at this time.
0 commit comments