File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
59+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : none
7272 pip install -e .
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
75+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
7676 with :
7777 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828 fetch-depth : 0
2929 - name : Install uv
30- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
30+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
3131 with :
3232 enable-cache : true
3333 python-version : ${{ matrix.python-version }}
4949 persist-credentials : false
5050 fetch-depth : 0
5151 - name : Install uv
52- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
52+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
5353 with :
5454 enable-cache : true
5555 python-version : ${{ matrix.python-version }}
@@ -70,13 +70,13 @@ jobs:
7070 persist-credentials : false
7171 fetch-depth : 0
7272 - name : Install uv
73- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
73+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
7474 with :
7575 enable-cache : true
7676 python-version : ${{ env.MIN_PYTHON }}
7777 - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
7878 - name : Install uv
79- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v5
79+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
8080 with :
8181 enable-cache : true
8282 python-version : ${{ env.MIN_PYTHON }}
You can’t perform that action at this time.
0 commit comments