File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 - name : Build Container Group
120120 if : ${{ !inputs.no_build }}
121121 id : build-group
122- uses : intel/ai-containers/.github@9ea41c5c0d4800e338625898fc5872c85637d857 # main
122+ uses : intel/ai-containers/.github@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
123123 with :
124124 group_dir : ${{ inputs.group_dir }}
125125 env_overrides : ${{ inputs.env_overrides || env.env_overrides || '' }}
@@ -166,7 +166,7 @@ jobs:
166166 - name : Pull Image
167167 run : docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
168168 - name : Scan Container
169- uses : intel/ai-containers/.github/scan@9ea41c5c0d4800e338625898fc5872c85637d857 # main
169+ uses : intel/ai-containers/.github/scan@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
170170 with :
171171 image-ref : ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
172172 output : ${{ matrix.container }}-scan.sarif
@@ -218,7 +218,7 @@ jobs:
218218 username : ${{ secrets.REGISTRY_USER }}
219219 password : ${{ secrets.REGISTRY_TOKEN }}
220220 - name : Test Container Group
221- uses : intel/ai-containers/test-runner@9ea41c5c0d4800e338625898fc5872c85637d857 # main
221+ uses : intel/ai-containers/test-runner@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
222222 with :
223223 cache_registry : ${{ secrets.CACHE_REGISTRY }}
224224 recipe_dir : ${{ inputs.group_dir }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 with :
112112 python-version : " 3.8"
113113 - name : Test Container Group
114- uses : intel/ai-containers/test-runner@9ea41c5c0d4800e338625898fc5872c85637d857 # main
114+ uses : intel/ai-containers/test-runner@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
115115 with :
116116 cache_registry : ${{ secrets.CACHE_REGISTRY }}
117117 recipe_dir : test-runner
You can’t perform that action at this time.
0 commit comments