55
55
run : |
56
56
sudo apt-get update
57
57
sudo apt-get install -y ${{ env.APT_PACKAGES }}
58
- - uses : actions/checkout@v4
58
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
59
- name : Build Check
60
60
run : |
61
61
set -x
69
69
$PWD/install/bin/fi_info -l
70
70
- name : Upload build logs
71
71
if : failure()
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
73
73
with :
74
74
name : ${{ matrix.os }}-${{ matrix.cc }}-config.log
75
75
path : config.log
95
95
sudo apt-add-repository 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main'
96
96
sudo apt-get update
97
97
sudo apt-get install -y level-zero level-zero-dev
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
99
99
- name : HMEM Checks
100
100
run : |
101
101
set -x
@@ -114,7 +114,7 @@ jobs:
114
114
$PWD/install/bin/fi_info -c FI_HMEM
115
115
- name : Upload build logs
116
116
if : failure()
117
- uses : actions/upload-artifact@v3
117
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
118
118
with :
119
119
name : hmem-config.log
120
120
path : config.log
@@ -125,7 +125,7 @@ jobs:
125
125
run : |
126
126
brew install automake
127
127
brew install libtool
128
- - uses : actions/checkout@v4
128
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
129
129
- name : Build Check
130
130
run : |
131
131
./autogen.sh
@@ -138,7 +138,7 @@ jobs:
138
138
make -j2
139
139
- name : Upload build logs
140
140
if : failure()
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
142
142
with :
143
143
name : macos-12-config.log
144
144
path : config.log
0 commit comments