@@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2525 with :
2626 ref : ${{ github.event.pull_request.head.sha }}
2727 - name : Set up Python environment
28- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
28+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2929 with :
3030 python-version : ' 3'
3131 - name : Install extra python packages
4444 runs-on : ubuntu-24.04
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
47+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
4848 with :
4949 ref : ${{ github.event.pull_request.head.sha }}
5050 - name : Run
6262 runs-on : ubuntu-24.04
6363 steps :
6464 - name : Checkout code
65- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
65+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6666 with :
6767 ref : ${{ github.event.pull_request.head.sha }}
6868 - name : Check DAOS logging macro use.
7373 runs-on : ubuntu-24.04
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
76+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7777 - name : Check DAOS ftest tags.
7878 run : \[ ! -x src/tests/ftest/tags.py \] || ./src/tests/ftest/tags.py lint --verbose
7979
@@ -82,11 +82,11 @@ jobs:
8282 name : Flake8 check
8383 steps :
8484 - name : Check out source repository
85- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
85+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
8686 with :
8787 ref : ${{ github.event.pull_request.head.sha }}
8888 - name : Set up Python environment
89- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
89+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
9090 with :
9191 python-version : ' 3'
9292 - name : Add parser
@@ -115,7 +115,7 @@ jobs:
115115 runs-on : ubuntu-24.04
116116 steps :
117117 - name : Checkout code
118- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
119119 with :
120120 ref : ${{ github.event.pull_request.head.sha }}
121121 - name : Install doxygen
@@ -125,7 +125,7 @@ jobs:
125125 - name : Run check
126126 run : doxygen Doxyfile
127127 - name : ' Upload Artifact'
128- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
128+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
129129 with :
130130 name : API Documentation
131131 path : docs/doxygen/html/
@@ -136,10 +136,10 @@ jobs:
136136 runs-on : ubuntu-24.04
137137 steps :
138138 - name : Checkout code
139- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
139+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
140140 with :
141141 ref : ${{ github.event.pull_request.head.sha }}
142- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
142+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
143143 with :
144144 python-version : ' 3.11'
145145 - name : Install python packages
@@ -156,11 +156,11 @@ jobs:
156156 runs-on : ubuntu-24.04
157157 steps :
158158 - name : Checkout code
159- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
159+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
160160 - name : Install extra python packages
161161 run : python3 -m pip install --requirement utils/cq/requirements.txt
162162 - name : Run check
163- uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # master
163+ uses : codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # master
164164 with :
165165 skip : ./src/control/vendor,./src/control/go.sum,./.git
166166 ignore_words_file : ci/codespell.ignores
@@ -171,15 +171,15 @@ jobs:
171171 runs-on : ubuntu-22.04
172172 steps :
173173 - name : Checkout code
174- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
174+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
175175 - name : Pull via git
176176 run : git fetch origin ${{ github.event.pull_request.base.ref }}
177177 - name : Run check in docker
178178 uses : ./.github/actions/clang-format
179179 with :
180180 target : origin/${{ github.event.pull_request.base.ref }}
181181 - name : Export changes
182- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
182+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
183183 if : failure()
184184 with :
185185 name : format-patch-for-pr-${{ github.event.pull_request.number }}
@@ -190,11 +190,11 @@ jobs:
190190 runs-on : ubuntu-22.04
191191 steps :
192192 - name : Check out source repository
193- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
193+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
194194 with :
195195 ref : ${{ github.event.pull_request.head.sha }}
196196 - name : Set up Python environment
197- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
197+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
198198 with :
199199 python-version : ' 3'
200200 - name : Install extra python packages
@@ -207,7 +207,7 @@ jobs:
207207 runs-on : ubuntu-24.04
208208 steps :
209209 - name : Check out source repository
210- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
210+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
211211 with :
212212 ref : ${{ github.event.pull_request.head.sha }}
213213 fetch-depth : 0
0 commit comments