99
1010jobs :
1111 Get-CI-Image-Tag :
12- uses : opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
12+ uses : opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@c2498b758c08fb7bc48476509a5fc1b8dd5f7493 # main
1313 with :
1414 product : opensearch
1515
@@ -37,10 +37,10 @@ jobs:
3737 run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
3838
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4141
4242 - name : Setup Java ${{ matrix.java }}
43- uses : actions/setup-java@v4
43+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
4444 with :
4545 java-version : ${{ matrix.java }}
4646 distribution : ' temurin'
5252 ./gradlew publishToMavenLocal"
5353
5454 - name : Upload Coverage Report
55- uses : codecov/codecov-action@v1
55+ uses : codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
5656 with :
5757 token : ${{ secrets.CODECOV_TOKEN }}
5858
@@ -67,10 +67,10 @@ jobs:
6767
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v3
70+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
7171
7272 - name : Setup Java ${{ matrix.java }}
73- uses : actions/setup-java@v4
73+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
7474 with :
7575 java-version : ${{ matrix.java }}
7676 distribution : ' temurin'
8484 ./gradlew publishToMavenLocal
8585
8686 - name : Upload Coverage Report
87- uses : codecov/codecov-action@v1
87+ uses : codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
8888 with :
8989 token : ${{ secrets.CODECOV_TOKEN }}
9090
0 commit comments