File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 persist-credentials : false
3838 - name : Install uv
39- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
39+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
4040 with :
4141 enable-cache : true
4242 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 4040 with :
4141 persist-credentials : false
4242 - name : Install uv
43- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
43+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
4444 with :
4545 python-version : ${{ env.PYTHON_VERSION }}
4646
@@ -108,7 +108,7 @@ jobs:
108108 # used in the real world.
109109
110110 - name : Install uv
111- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
111+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
112112 with :
113113 python-version : ${{ env.PYTHON_VERSION }}
114114
@@ -209,7 +209,7 @@ jobs:
209209 persist-credentials : false
210210
211211 - name : Install uv
212- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
212+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
213213 with :
214214 python-version : ${{ env.PYTHON_VERSION }}
215215
@@ -248,7 +248,7 @@ jobs:
248248 with :
249249 persist-credentials : false
250250 - name : Install uv
251- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
251+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
252252 with :
253253 python-version : ${{ env.PYTHON_VERSION }}
254254
Original file line number Diff line number Diff line change 2626 with :
2727 persist-credentials : false
2828 - name : Install uv
29- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
29+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
3030 with :
3131 enable-cache : true
3232 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2727 with :
2828 persist-credentials : false
2929 - name : Install uv
30- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
30+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
3131 with :
3232 python-version : ${{ env.PYTHON_VERSION }}
3333
Original file line number Diff line number Diff line change 8383 persist-credentials : false
8484 - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
8585 - name : Install uv
86- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
86+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
8787 with :
8888 enable-cache : true
8989 python-version : 3.9
Original file line number Diff line number Diff line change 4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
46+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
4747 with :
4848 languages : ${{ matrix.language }}
4949 build-mode : ${{ matrix.build-mode }}
6060 pip install -e .
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
63+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
6464 with :
6565 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments