File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 with :
3434 ref : ${{ github.event.pull_request.head.sha }}
3535 - name : Set up Python
36- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
36+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
3737 with :
3838 python-version : ${{ env.python_version }}
3939 - name : Install uv
40- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
40+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
4141 with :
4242 enable-cache : true
4343 cache-dependency-glob : " .pre-commit-config.yaml"
6565 with :
6666 ref : ${{ github.event.pull_request.head.sha }}
6767 - name : Install uv
68- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
68+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
6969 with :
7070 enable-cache : true
7171 cache-dependency-glob : " uv.lock"
@@ -101,11 +101,11 @@ jobs:
101101 with :
102102 ref : ${{ github.event.pull_request.head.sha }}
103103 - name : Set up Python
104- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
104+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
105105 with :
106106 python-version : ${{ env.python_version }}
107107 - name : Install uv
108- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
108+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
109109 with :
110110 enable-cache : true
111111 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
35+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
3636 with :
3737 languages : python
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
40+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
4141 with :
4242 category : " /language:python"
Original file line number Diff line number Diff line change 7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
74+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 with :
1818 token : ${{ secrets.UV_LOCK_PAT }}
19- - uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
19+ - uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
2020 with :
2121 enable-cache : true
2222 - run : uv lock
You can’t perform that action at this time.
0 commit comments