File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
35+ uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3636 with :
3737 languages : ${{ matrix.language }}
3838
4343 pip install --user -v .
4444
4545 - name : Perform CodeQL Analysis
46- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
46+ uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
Original file line number Diff line number Diff line change @@ -140,21 +140,21 @@ jobs:
140140 # FreeType build fails with bash, succeeds with dash
141141
142142 - name : Cache pip
143- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
143+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
144144 with :
145145 path : C:\cygwin\home\runneradmin\.cache\pip
146146 key : Cygwin-py3.${{ matrix.python-minor-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
147147 restore-keys : ${{ matrix.os }}-py3.${{ matrix.python-minor-version }}-pip-
148148
149149 - name : Cache ccache
150- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
150+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
151151 with :
152152 path : C:\cygwin\home\runneradmin\.ccache
153153 key : Cygwin-py3.${{ matrix.python-minor-version }}-ccache-${{ hashFiles('src/*') }}
154154 restore-keys : Cygwin-py3.${{ matrix.python-minor-version }}-ccache-
155155
156156 - name : Cache Matplotlib
157- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
157+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
158158 with :
159159 path : |
160160 C:\cygwin\home\runneradmin\.cache\matplotlib
Original file line number Diff line number Diff line change @@ -184,31 +184,31 @@ jobs:
184184 esac
185185
186186 - name : Cache pip
187- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
187+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
188188 if : startsWith(runner.os, 'Linux')
189189 with :
190190 path : ~/.cache/pip
191191 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
192192 restore-keys : |
193193 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
194194 - name : Cache pip
195- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
195+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
196196 if : startsWith(runner.os, 'macOS')
197197 with :
198198 path : ~/Library/Caches/pip
199199 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements/*/*.txt') }}
200200 restore-keys : |
201201 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
202202 - name : Cache ccache
203- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
203+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
204204 with :
205205 path : |
206206 ~/.ccache
207207 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
208208 restore-keys : |
209209 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
210210 - name : Cache Matplotlib
211- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
211+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
212212 with :
213213 path : |
214214 ~/.cache/matplotlib
You can’t perform that action at this time.
0 commit comments