1919
2020jobs :
2121 Get-CI-Image-Tag :
22- uses : opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
22+ uses : opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@c2498b758c08fb7bc48476509a5fc1b8dd5f7493 # main
2323 with :
2424 product : opensearch
2525
@@ -44,10 +44,10 @@ jobs:
4444 - name : Run start commands
4545 run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
4646
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4848
4949 - name : Set up JDK ${{ matrix.java }}
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
5151 with :
5252 distribution : ' temurin'
5353 java-version : ${{ matrix.java }}
@@ -70,20 +70,20 @@ jobs:
7070 # This step uses the codecov-action Github action: https://github.com/codecov/codecov-action
7171 - name : Upload SQL Coverage Report
7272 if : always()
73- uses : codecov/codecov-action@v4
73+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
7474 with :
7575 flags : sql-engine
7676 token : ${{ secrets.CODECOV_TOKEN }}
7777
7878 - name : Upload Artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8080 with :
8181 name : opensearch-sql-ubuntu-latest-${{ matrix.java }}
8282 path : opensearch-sql-builds
8383
8484 - name : Upload test reports
8585 if : always()
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8787 continue-on-error : true
8888 with :
8989 name : test-reports-ubuntu-latest-${{ matrix.java }}
@@ -113,10 +113,10 @@ jobs:
113113 runs-on : ${{ matrix.entry.os }}
114114
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
117117
118118 - name : Set up JDK ${{ matrix.java }}
119- uses : actions/setup-java@v4
119+ uses : actions/setup-java@1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
120120 with :
121121 distribution : ' temurin'
122122 java-version : ${{ matrix.entry.java }}
@@ -130,7 +130,7 @@ jobs:
130130 cp -r ./plugin/build/distributions/*.zip opensearch-sql-builds/
131131
132132 - name : Upload Artifacts
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
134134 with :
135135 name : opensearch-sql-${{ matrix.entry.os }}-${{ matrix.entry.java }}
136136 path : opensearch-sql-builds
0 commit comments