File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 outputs :
1515 matrix : ${{ steps.set.outputs.matrix }}
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 sparse-checkout : kits/matrix.json
2020 sparse-checkout-cone-mode : false
@@ -31,15 +31,15 @@ jobs:
3131 kit : ${{ fromJson(needs.load-matrix.outputs.matrix) }}
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v6
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
3636 - name : Set SDK version
3737 run : |
3838 echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
3939 echo "ORG_GRADLE_PROJECT_version=$(head -n 1 VERSION)" >> $GITHUB_ENV
4040
4141 - name : Install JDK 17
42- uses : actions/setup-java@v5
42+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5
4343 with :
4444 distribution : zulu
4545 java-version : " 17"
You can’t perform that action at this time.
0 commit comments