@@ -16,37 +16,37 @@ jobs:
1616
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 cache : ' npm'
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2929 with :
3030 python-version : ' 3.12'
3131
3232 - name : Set up Ruby
33- uses : ruby/setup-ruby@v1
33+ uses : ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1
3434 with :
3535 ruby-version : ' 3.3'
3636
3737 - name : Set up PHP
38- uses : shivammathur/setup-php@v2
38+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
3939 with :
4040 php-version : ' 8.3'
4141
4242 - name : Set up Java
43- uses : actions/setup-java@v4
43+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
4444 with :
4545 distribution : temurin
4646 java-version : ' 21'
4747
4848 - name : Set up .NET
49- uses : actions/setup-dotnet@v4
49+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
5050 with :
5151 dotnet-version : ' 8.0.x'
5252
9292 run : npm run build --if-present
9393
9494 - name : Set up Bun
95- uses : oven-sh/setup-bun@v2
95+ uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
9696 with :
9797 bun-version : 1.2.10
9898
@@ -188,13 +188,13 @@ jobs:
188188 echo "AnyWayData full-site docker smoke test passed"
189189
190190 - name : Upload coverage artifact
191- uses : actions/upload-artifact@v4
191+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
192192 with :
193193 name : coverage-report-node-${{ matrix.node-version }}
194194 path : coverage/
195195
196196 - name : Upload HTML coverage report
197- uses : actions/upload-artifact@v4
197+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
198198 with :
199199 name : coverage-html-report-node-${{ matrix.node-version }}
200200 path : coverage/lcov-report/
0 commit comments