File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
fetch-depth : 0
44
44
ref : ${{ github.event.merge_group.head_ref }}
45
- - uses : intel/ai-containers/workflows/charts@3dd3db546b10d1a29f17a4fc45d4c5b7ca950c90 # main
45
+ - uses : intel/ai-containers/workflows/charts@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
46
46
with :
47
47
kubeconfig_path : ${{ secrets.KUBECONFIG_PATH }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
- name : Build Container Group
120
120
if : ${{ !inputs.no_build }}
121
121
id : build-group
122
- uses : intel/ai-containers/.github@5d4ed87b68fef1bcf15a89c5a608b15b59f9bbf3 # main
122
+ uses : intel/ai-containers/.github@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
123
123
with :
124
124
group_dir : ${{ inputs.group_dir }}
125
125
env_overrides : ${{ inputs.env_overrides || env.env_overrides || '' }}
@@ -171,7 +171,7 @@ jobs:
171
171
- name : Pull Image
172
172
run : docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
173
173
- name : Scan Container
174
- uses : intel/ai-containers/.github/scan@5d4ed87b68fef1bcf15a89c5a608b15b59f9bbf3 # main
174
+ uses : intel/ai-containers/.github/scan@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
175
175
with :
176
176
image-ref : ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
177
177
output : ${{ matrix.container }}-scan.sarif
@@ -228,7 +228,7 @@ jobs:
228
228
username : ${{ secrets.REGISTRY_USER }}
229
229
password : ${{ secrets.REGISTRY_TOKEN }}
230
230
- name : Test Container Group
231
- uses : intel/ai-containers/test-runner@5d4ed87b68fef1bcf15a89c5a608b15b59f9bbf3 # main
231
+ uses : intel/ai-containers/test-runner@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
232
232
with :
233
233
cache_registry : ${{ secrets.CACHE_REGISTRY }}
234
234
perf_repo : ${{ secrets.PERF_REPO }}
Original file line number Diff line number Diff line change 68
68
group : ${{ fromJson(needs.group-diff.outputs.groups) }}
69
69
experimental : [true]
70
70
fail-fast : false
71
- uses : intel/ai-containers/.github/workflows/container-ci.yaml@3dd3db546b10d1a29f17a4fc45d4c5b7ca950c90 # main
71
+ uses : intel/ai-containers/.github/workflows/container-ci.yaml@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
72
72
with :
73
73
group_dir : ${{ matrix.group }}
74
74
ref : " refs/pull/${{ github.event.number }}/merge"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
with :
143
143
python-version : " 3.8"
144
144
- name : Test Container Group
145
- uses : intel/ai-containers/test-runner@5d4ed87b68fef1bcf15a89c5a608b15b59f9bbf3 # main
145
+ uses : intel/ai-containers/test-runner@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
146
146
with :
147
147
cache_registry : ${{ secrets.CACHE_REGISTRY }}
148
148
perf_repo : ${{ secrets.PERF_REPO }}
Original file line number Diff line number Diff line change 47
47
group : ${{ fromJson(needs.get-groups.outputs.groups) }}
48
48
experimental : [true]
49
49
fail-fast : false
50
- uses : intel/ai-containers/.github/workflows/container-ci.yaml@3dd3db546b10d1a29f17a4fc45d4c5b7ca950c90 # main
50
+ uses : intel/ai-containers/.github/workflows/container-ci.yaml@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
51
51
with :
52
52
group_dir : ${{ matrix.group }}
53
53
ref : main
62
62
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63
63
with :
64
64
fetch-depth : 0
65
- - uses : intel/ai-containers/workflows/charts@3dd3db546b10d1a29f17a4fc45d4c5b7ca950c90 # main
65
+ - uses : intel/ai-containers/workflows/charts@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
66
66
with :
67
67
config : ' --all --namespace helm-ci'
68
68
list_changed : false
You can’t perform that action at this time.
0 commit comments