|
29 | 29 |
|
30 | 30 | steps: |
31 | 31 | - name: Checkout Project |
32 | | - uses: actions/checkout@v6 |
| 32 | + uses: actions/checkout@v7 |
33 | 33 | with: |
34 | 34 | # We need to fetch with a depth of 2 for pull_request so we can do HEAD^2 |
35 | 35 | fetch-depth: 2 |
|
71 | 71 | base_cov: ${{ steps.get_base.outputs.base_cov }} |
72 | 72 |
|
73 | 73 | steps: |
74 | | - - uses: actions/checkout@v6 |
| 74 | + - uses: actions/checkout@v7 |
75 | 75 | with: |
76 | 76 | ref: badges |
77 | 77 | path: badges |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | PIP_DOWNLOAD_CACHE: ${{ github.workspace }}/../.pip_download_cache |
145 | 145 |
|
146 | 146 | steps: |
147 | | - - uses: actions/checkout@v6 |
| 147 | + - uses: actions/checkout@v7 |
148 | 148 | with: |
149 | 149 | fetch-depth: 0 |
150 | 150 |
|
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | output: 'both' |
202 | 202 |
|
203 | 203 | - name: Add Coverage PR Comment |
204 | | - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 |
| 204 | + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 |
205 | 205 | if: github.event_name == 'pull_request' && (github.event.pull_request.author_association == 'MEMBER' || github.actor == github.repository_owner) |
206 | 206 | with: |
207 | 207 | header: coverage |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 | fi |
298 | 298 |
|
299 | 299 | - name: Comment PR with test coverage delta |
300 | | - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 |
| 300 | + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 |
301 | 301 | if: env.HAVE_BASE_COVERAGE == 'true' && (github.event.pull_request.author_association == 'MEMBER' || github.actor == github.repository_owner) |
302 | 302 | with: |
303 | 303 | header: delta |
@@ -327,7 +327,7 @@ jobs: |
327 | 327 | markdown: ${{ steps.url.outputs.markdown }} |
328 | 328 |
|
329 | 329 | steps: |
330 | | - - uses: actions/checkout@v6 |
| 330 | + - uses: actions/checkout@v7 |
331 | 331 | with: |
332 | 332 | ref: badges |
333 | 333 | path: badges |
@@ -369,7 +369,7 @@ jobs: |
369 | 369 | git commit -m "Add/Update badge" || true |
370 | 370 |
|
371 | 371 | - name: Push badge commit |
372 | | - uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0 |
| 372 | + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 |
373 | 373 | with: |
374 | 374 | github_token: ${{ secrets.GITHUB_TOKEN }} |
375 | 375 | branch: badges |
|
0 commit comments