4747 authorised : ${{ steps.gate.outputs.authorised }}
4848 steps :
4949 - name : Checkout (label-gate action only)
50- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
50+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
5151 with :
5252 ref : ${{ github.event.repository.default_branch }}
5353 sparse-checkout : .github/actions/label-gate
@@ -69,12 +69,12 @@ jobs:
6969
7070 steps :
7171 - name : Checkout repository
72- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
72+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
7373 with :
7474 submodules : recursive
7575
7676 - name : Set up Node.js
77- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3 .0
77+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4 .0
7878 with :
7979 node-version : lts/*
8080
8585 run : echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
8686
8787 - name : Cache vcpkg packages
88- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 5.0.4
88+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5
8989 with :
9090 key : vcpkg-linux-x64-ocr-ggml-${{ hashFiles('packages/ocr-ggml/**/vcpkg.json', 'packages/ocr-ggml/**/CMakeLists.txt') }}
9191 path : |
9595 restore-keys : vcpkg-linux-x64-ocr-ggml-
9696
9797 - name : Cache ccache
98- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 5.0.4
98+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5
9999 with :
100100 key : ccache-linux-x64-ocr-ggml-${{ github.sha }}
101101 path : ~/.ccache
@@ -107,10 +107,10 @@ jobs:
107107 sudo apt-get install -y cmake wget build-essential ccache
108108
109109 - name : Setup LLVM
110- uses : tetherto/qvac/.github/actions/setup-llvm@0c819dd1110e4902223b1f7646cc0f1be2c9bc5c
110+ uses : tetherto/qvac/.github/actions/setup-llvm@0d0291e45ff682011f074b804eff097551090006
111111
112112 - name : Setup Vulkan SDK
113- uses : tetherto/qvac/.github/actions/setup-vulkan-sdk@0bbdca93da303a0b1634ba14a89cec085621078d
113+ uses : tetherto/qvac/.github/actions/setup-vulkan-sdk@0d0291e45ff682011f074b804eff097551090006
114114 with :
115115 platform : linux
116116 arch : x64
@@ -122,7 +122,7 @@ jobs:
122122 ccache -z
123123
124124 - name : Cache npm dependencies
125- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 5.0.4
125+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5
126126 with :
127127 key : npm-ocr-ggml-${{ hashFiles('packages/ocr-ggml/package-lock.json') }}
128128 path : ~/.npm
@@ -146,7 +146,7 @@ jobs:
146146 run : ccache -s
147147
148148 - name : Upload build artifact
149- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
149+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # 7.0.1
150150 with :
151151 name : qvac-ocr-ggml-build
152152 path : |
@@ -169,12 +169,12 @@ jobs:
169169
170170 steps :
171171 - name : Checkout repository
172- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6 .0.2
172+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7 .0.0
173173 with :
174174 submodules : recursive
175175
176176 - name : Set up Node.js
177- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3 .0
177+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4 .0
178178 with :
179179 node-version : 20
180180
@@ -203,7 +203,7 @@ jobs:
203203 sudo apt-get install -y mesa-vulkan-drivers
204204
205205 - name : Configure AWS credentials via OIDC
206- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # 6.0 .0
206+ uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # 6.2 .0
207207 with :
208208 role-to-assume : ${{ secrets.AWS_OIDC_ROLE_ARN }}
209209 aws-region : eu-central-1
@@ -345,15 +345,15 @@ jobs:
345345 PYTHONUNBUFFERED : 1
346346
347347 - name : Upload evaluation results
348- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
348+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # 7.0.1
349349 if : always()
350350 with :
351351 name : ocr-ggml-benchmark-results
352352 path : ${{ env.PKG_DIR }}/benchmarks/quality_eval/results/*
353353 retention-days : 30
354354
355355 - name : Upload evaluation logs
356- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
356+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # 7.0.1
357357 if : failure()
358358 with :
359359 name : ocr-ggml-benchmark-logs
@@ -511,7 +511,7 @@ jobs:
511511 PYTHON_SCRIPT
512512
513513 - name : Upload consolidated results
514- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
514+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # 7.0.1
515515 with :
516516 name : ocr-ggml-benchmark-consolidated
517517 path : results
0 commit comments