7070 timeout-minutes : 60
7171 needs : setup
7272 steps :
73- - uses : szenius/set-timezone@v2.0
73+ - uses : szenius/set-timezone@1f9716b0f7120e344f0c62bb7b1ee98819aefd42 # v2.0
7474 with :
7575 timezoneLinux : ${{ matrix.timezone }}
7676 - name : Check out the repo
@@ -79,22 +79,22 @@ jobs:
7979 checkout-head-only : false
8080 - name : Free up disk space
8181 uses : ./.github/actions/free-disk-space
82- - uses : actions/setup-python@v6
82+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8383 with :
8484 python-version : " 3.10"
85- - uses : actions/cache@v4
85+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8686 with :
8787 path : |
8888 ~/.cache/uv
8989 key : ${{ runner.os }}-uv-${{ hashFiles('**/requirements.txt') }}
9090 - name : Install dependencies
9191 run : ./metadata-ingestion/scripts/install_deps.sh
9292 - name : Set up JDK 17
93- uses : actions/setup-java@v5
93+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
9494 with :
9595 distribution : " zulu"
9696 java-version : 17
97- - uses : gradle/actions/setup-gradle@v4
97+ - uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4
9898 - name : Disk Space Analysis
9999 run : |
100100 echo "=== Disk Usage Overview ==="
@@ -198,7 +198,7 @@ jobs:
198198 uses : ./.github/actions/ensure-codegen-updated
199199 - name : Upload backend coverage to Codecov
200200 if : ${{ (matrix.command == 'except_metadata_ingestion' && needs.setup.outputs.backend_change == 'true' && github.event_name != 'release') }}
201- uses : codecov/codecov-action@v5
201+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
202202 with :
203203 token : ${{ secrets.CODECOV_TOKEN }}
204204 files : ${{ env.BACKEND_FILES }}
@@ -210,7 +210,7 @@ jobs:
210210 verbose : true
211211 - name : Upload backend coverage to Codecov on release
212212 if : ${{ (matrix.command == 'except_metadata_ingestion' && github.event_name == 'release' ) }}
213- uses : codecov/codecov-action@v5
213+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
214214 with :
215215 token : ${{ secrets.CODECOV_TOKEN }}
216216 files : ${{ env.BACKEND_FILES }}
@@ -224,7 +224,7 @@ jobs:
224224
225225 - name : Upload frontend coverage to Codecov
226226 if : ${{ (matrix.command == 'frontend' && needs.setup.outputs.frontend_change == 'true' && github.event_name != 'release') }}
227- uses : codecov/codecov-action@v5
227+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
228228 with :
229229 token : ${{ secrets.CODECOV_TOKEN }}
230230 files : ${{ env.FRONTEND_FILES }}
@@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Upload frontend coverage to Codecov on Release
239239 if : ${{ (matrix.command == 'frontend' && github.event_name == 'release') }}
240- uses : codecov/codecov-action@v5
240+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
241241 with :
242242 token : ${{ secrets.CODECOV_TOKEN }}
243243 files : ${{ env.FRONTEND_FILES }}
@@ -250,12 +250,12 @@ jobs:
250250 override_branch : ${{ github.head_ref || github.ref_name }}
251251 - name : Upload test results to Codecov
252252 if : ${{ !cancelled() && github.event_name != 'release' }}
253- uses : codecov/test-results-action@v1
253+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1
254254 with :
255255 token : ${{ secrets.CODECOV_TOKEN }}
256256 - name : Upload test results to Codecov on release
257257 if : ${{ !cancelled() && github.event_name == 'release' }}
258- uses : codecov/test-results-action@v1
258+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1
259259 with :
260260 token : ${{ secrets.CODECOV_TOKEN }}
261261 override_branch : ${{ github.head_ref || github.ref_name }}
@@ -264,7 +264,7 @@ jobs:
264264 runs-on : ubuntu-latest
265265 steps :
266266 - name : Upload
267- uses : actions/upload-artifact@v4
267+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
268268 with :
269269 name : Event File
270270 path : ${{ github.event_path }}
0 commit comments