Skip to content

Commit 403f3d2

Browse files
committed
Pin GH workflow action versions
1 parent b2c4cbe commit 403f3d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
flags: unittests
8282
- name: Upload coverage report as artifact
8383
if: ${{ matrix.release_build && github.event_name != 'pull_request' && github.repository == 'FasterXML/jackson-core' }}
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8585
with:
8686
name: jacoco-report
8787
path: target/site/jacoco/jacoco.csv
8888
retention-days: 30
8989
- name: Download base branch coverage
9090
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
91-
uses: dawidd6/action-download-artifact@v13
91+
uses: dawidd6/action-download-artifact@883bc3da0e2f55ddd0a8fc8e99378551c1991a55 # v13
9292
continue-on-error: true
9393
with:
9494
workflow: main.yml
@@ -98,7 +98,7 @@ jobs:
9898
- name: Generate coverage summary
9999
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
100100
id: jacoco
101-
uses: cicirello/jacoco-badge-generator@v2.12.1
101+
uses: cicirello/jacoco-badge-generator@72266185b7ee48a6fd74eaf0238395cc8b14fef8 # v2.12.1
102102
with:
103103
jacoco-csv-file: target/site/jacoco/jacoco.csv
104104
generate-coverage-badge: false
@@ -199,7 +199,7 @@ jobs:
199199
echo "$COMMENT_BODY" > pr-comment/comment-body.txt
200200
- name: Upload PR comment
201201
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
202-
uses: actions/upload-artifact@v6
202+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
203203
with:
204204
name: pr-comment
205205
path: pr-comment/

0 commit comments

Comments
 (0)