4444 # https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
4545 # https://github.yungao-tech.community/t/action-does-not-trigger-another-on-push-tag-action/17148/8
4646 token : ${{ steps.generate_github_token.outputs.token }}
47- - uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
47+ - uses : gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3
4848
4949 - name : Setup Java
5050 uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
@@ -53,13 +53,13 @@ jobs:
5353 java-version : ' 17'
5454
5555 - name : Setup Graphviz
56- uses : ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
56+ uses : ts-graphviz/setup-graphviz@b1de5da23ed0a6d14e0aeee8ed52fdd87af2363c # v2.0.2
5757
5858 - name : Fix code style
5959 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
6060 run : ./gradlew spotlessApply
6161
62- - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
62+ - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
6363 id : commit_style_fix
6464 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
6565 with :
7373 if : steps.commit_style_fix.outputs.changes_detected == 'true'
7474 run : echo "${{steps.commit_style_fix.outputs.commit_hash}}" >> .git-blame-ignore-revs
7575
76- - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
76+ - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
7777 id : commit_rev_ignore
7878 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
7979 with :
9292 if : ${{ failure() }}
9393 run : cat licenses/dependencies-without-allowed-license.json
9494
95- - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
95+ - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
9696 id : commit_license_change
9797 if : github.event_name == 'push' && github.ref != 'refs/heads/main'
9898 with :
@@ -159,7 +159,7 @@ jobs:
159159 with :
160160 token : ${{ steps.generate_github_token.outputs.token }}
161161
162- - uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
162+ - uses : gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3
163163
164164 - name : Setup Java
165165 uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
@@ -168,7 +168,7 @@ jobs:
168168 java-version : ' 17'
169169
170170 - name : Setup Graphviz
171- uses : ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
171+ uses : ts-graphviz/setup-graphviz@b1de5da23ed0a6d14e0aeee8ed52fdd87af2363c # v2.0.2
172172
173173 - name : build javadoc
174174 if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments