@@ -107,7 +107,7 @@ jobs:
107107 ./cicd/run-unit-tests \
108108 --modules-to-build="BIGTABLE"
109109 - name : Upload Unit Tests Report
110- uses : actions/upload-artifact@v7
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111 if : always() # always run even if the previous step fails
112112 with :
113113 name : surefire-unit-test-results
@@ -117,7 +117,7 @@ jobs:
117117 **/surefire-reports/html/**
118118 retention-days : 1
119119 - name : Upload coverage reports to Codecov
120- uses : codecov/codecov-action@v6.0.1
120+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
121121 with :
122122 token : ${{ secrets.CODECOV_TOKEN }}
123123 slug : GoogleCloudPlatform/DataflowTemplates
@@ -145,7 +145,7 @@ jobs:
145145 --it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
146146 --it-private-connectivity="datastream-connect-2"
147147 - name : Upload Smoke Tests Report
148- uses : actions/upload-artifact@v7
148+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
149149 if : always() # always run even if the previous step fails
150150 with :
151151 name : surefire-smoke-test-results
@@ -177,7 +177,7 @@ jobs:
177177 --it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
178178 --it-private-connectivity="datastream-connect-2"
179179 - name : Upload Integration Tests Report
180- uses : actions/upload-artifact@v7
180+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
181181 if : always() # always run even if the previous step fails
182182 with :
183183 name : surefire-integration-test-results
@@ -187,7 +187,7 @@ jobs:
187187 **/surefire-reports/html/**
188188 retention-days : 10 # Increased retention similar to Spanner
189189 - name : Integration Test report on GitHub
190- uses : dorny/test-reporter@v3
190+ uses : dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
191191 if : always()
192192 with :
193193 name : Integration Test report on GitHub
0 commit comments