44
44
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
45
45
# https://github.yungao-tech.community/t/action-does-not-trigger-another-on-push-tag-action/17148/8
46
46
token : ${{ steps.generate_github_token.outputs.token }}
47
- - uses : gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
47
+ - uses : gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
48
48
49
49
- name : Setup Java
50
50
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
@@ -145,7 +145,7 @@ jobs:
145
145
run : ./gradlew codeCoverageReport
146
146
147
147
- name : Send code coverage report to Codecov.io
148
- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
148
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
149
149
with :
150
150
token : ${{ secrets.CODECOV_TOKEN }}
151
151
docs :
@@ -167,7 +167,7 @@ jobs:
167
167
with :
168
168
token : ${{ steps.generate_github_token.outputs.token }}
169
169
170
- - uses : gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
170
+ - uses : gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
171
171
172
172
- name : Setup Java
173
173
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
@@ -195,6 +195,6 @@ jobs:
195
195
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
196
196
- name : Generate and submit dependency graph
197
197
if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
198
- uses : gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
198
+ uses : gradle/actions/dependency-submission@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
199
199
with :
200
200
github-token : ${{ steps.generate_github_token.outputs.token }}
0 commit comments