File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Validate Gradle Wrapper
24- uses : gradle/wrapper-validation-action@v1
24+ uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
2525
2626 - name : Download Java JDK
27- uses : typelevel/download-java@v2
27+ uses : typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
2828 id : download-java
2929 with :
3030 distribution : temurin
3131 java-version : 11
3232
3333 - name : Setup Java JDK
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
3535 with :
3636 distribution : jdkfile
3737 java-version : 11
4343 arguments : build --info
4444
4545 - name : Publish Test Results
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
4747 if : always()
4848 with :
4949 name : test-results
Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Validate Gradle Wrapper
22- uses : gradle/wrapper-validation-action@v1
22+ uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
2323
2424 - name : Download Java JDK
25- uses : typelevel/download-java@v2
25+ uses : typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
2626 id : download-java
2727 with :
2828 distribution : temurin
2929 java-version : 11
3030
3131 - name : Setup Java JDK
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
3333 with :
3434 distribution : jdkfile
3535 java-version : 11
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Download Test Report
17- uses : dawidd6/action-download-artifact@v2
17+ uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2
1818 with :
1919 name : test-results
2020 workflow : ${{ github.event.workflow.id }}
2121 run_id : ${{ github.event.workflow_run.id }}
2222
2323 - name : Publish Test Report
24- uses : mikepenz/action-junit-report@v3
24+ uses : mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3
2525 with :
2626 commit : ${{ github.event.workflow_run.head_sha }}
2727 report_paths : " **/build/test-results/*/TEST-*.xml"
You can’t perform that action at this time.
0 commit comments