|
59 | 59 | if: github.event_name == 'push' && github.ref != 'refs/heads/main' |
60 | 60 | run: ./gradlew spotlessApply |
61 | 61 |
|
62 | | - - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 |
| 62 | + - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 |
63 | 63 | id: commit_style_fix |
64 | 64 | if: github.event_name == 'push' && github.ref != 'refs/heads/main' |
65 | 65 | with: |
|
75 | 75 | env: |
76 | 76 | HASH: ${{steps.commit_style_fix.outputs.commit_hash}} |
77 | 77 |
|
78 | | - - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 |
| 78 | + - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 |
79 | 79 | id: commit_rev_ignore |
80 | 80 | if: github.event_name == 'push' && github.ref != 'refs/heads/main' |
81 | 81 | with: |
|
94 | 94 | if: ${{ failure() }} |
95 | 95 | run: cat licenses/dependencies-without-allowed-license.json |
96 | 96 |
|
97 | | - - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 |
| 97 | + - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 |
98 | 98 | id: commit_license_change |
99 | 99 | if: github.event_name == 'push' && github.ref != 'refs/heads/main' |
100 | 100 | with: |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | run: ./gradlew codeCoverageReport |
141 | 141 |
|
142 | 142 | - name: Send code coverage report to Codecov.io |
143 | | - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 |
| 143 | + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 |
144 | 144 | with: |
145 | 145 | token: ${{ secrets.CODECOV_TOKEN }} |
146 | 146 | docs: |
@@ -190,6 +190,6 @@ jobs: |
190 | 190 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
191 | 191 | - name: Generate and submit dependency graph |
192 | 192 | if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main' |
193 | | - uses: gradle/actions/dependency-submission@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0 |
| 193 | + uses: gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 |
194 | 194 | with: |
195 | 195 | github-token: ${{ steps.generate_github_token.outputs.token }} |
0 commit comments