File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 persist-credentials : false
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
37+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3838 with :
3939 languages : ${{ matrix.language }}
4040
4545 pip install --user -v .
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
48+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
Original file line number Diff line number Diff line change @@ -141,21 +141,21 @@ jobs:
141141 # FreeType build fails with bash, succeeds with dash
142142
143143 - name : Cache pip
144- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
144+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
145145 with :
146146 path : C:\cygwin\home\runneradmin\.cache\pip
147147 key : Cygwin-py3.${{ matrix.python-minor-version }}-pip-${{ hashFiles('pyproject.toml') }}
148148 restore-keys : ${{ matrix.os }}-py3.${{ matrix.python-minor-version }}-pip-
149149
150150 - name : Cache ccache
151- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
151+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
152152 with :
153153 path : C:\cygwin\home\runneradmin\.ccache
154154 key : Cygwin-py3.${{ matrix.python-minor-version }}-ccache-${{ hashFiles('src/*') }}
155155 restore-keys : Cygwin-py3.${{ matrix.python-minor-version }}-ccache-
156156
157157 - name : Cache Matplotlib
158- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
158+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
159159 with :
160160 path : |
161161 C:\cygwin\home\runneradmin\.cache\matplotlib
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919 with :
2020 python-version : " 3.x"
21- - uses : j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
21+ - uses : j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
2222 with :
2323 extra_args : --hook-stage manual --all-files
2424
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 esac
187187
188188 - name : Cache pip
189- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
189+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
190190 if : startsWith(runner.os, 'Linux')
191191 with :
192192 path : ~/.cache/pip
@@ -196,23 +196,23 @@ jobs:
196196 restore-keys : |
197197 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
198198 - name : Cache pip
199- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
199+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
200200 if : startsWith(runner.os, 'macOS')
201201 with :
202202 path : ~/Library/Caches/pip
203203 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('pyproject.toml') }}
204204 restore-keys : |
205205 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
206206 - name : Cache ccache
207- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
207+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
208208 with :
209209 path : |
210210 ~/.ccache
211211 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
212212 restore-keys : |
213213 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
214214 - name : Cache Matplotlib
215- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
215+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
216216 with :
217217 path : |
218218 ~/.cache/matplotlib
You can’t perform that action at this time.
0 commit comments