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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
59+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # 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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
75+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # 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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
30+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
3131 with :
3232 enable-cache : true
3333 python-version : ${{ matrix.python-version }}
5151 persist-credentials : false
5252 fetch-depth : 0
5353 - name : Install uv
54- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
54+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
5555 with :
5656 enable-cache : true
5757 python-version : ${{ matrix.python-version }}
@@ -72,13 +72,13 @@ jobs:
7272 persist-credentials : false
7373 fetch-depth : 0
7474 - name : Install uv
75- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
75+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
7676 with :
7777 enable-cache : true
7878 python-version : ${{ env.MIN_PYTHON }}
7979 - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
8080 - name : Install uv
81- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
81+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
8282 with :
8383 enable-cache : true
8484 python-version : ${{ env.MIN_PYTHON }}
You can’t perform that action at this time.
0 commit comments