Skip to content

Commit 909840d

Browse files
Bump the github-actions group with 4 updates (#4132)
Bumps the github-actions group with 4 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/labeler](https://github.com/actions/labeler), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4f4c2b commit 909840d

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/call_precommit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: ${{ inputs.python_version }}
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
36+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3737
- name: Override constraints
3838
if: ${{ inputs.override_requirements != '' }}
3939
run: python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
python-version: ${{ inputs.python_version }}
6363
- name: Install uv
64-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
64+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6565
- name: Override constraints
6666
if: ${{ inputs.override_requirements != '' }}
6767
run: python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
python-version: ${{ inputs.python_version }}
9191
- name: Install uv
92-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
92+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
9393
- name: Override constraints
9494
if: ${{ inputs.override_requirements != '' }}
9595
run: python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
python-version: ${{ inputs.python_version }}
119119
- name: Install uv
120-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
120+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
121121
- name: Install test requirements
122122
run: uv pip install --system . -r tests/tools/requirements.txt
123123
- name: Print installed modules
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
python-version: ${{ inputs.python_version }}
143143
- name: Install uv
144-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
144+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
145145
- name: Override constraints
146146
if: ${{ inputs.override_requirements != '' }}
147147
run: python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
python-version: ${{ inputs.python_version }}
185185
- name: Install uv
186-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
186+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
187187
- name: Override constraints
188188
if: ${{ inputs.override_requirements != '' }}
189189
run: python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"

.github/workflows/conformance_weight_compression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
- name: Install uv
56-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
56+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
5757
- name: cpuinfo
5858
run: cat /proc/cpuinfo
5959
- name: Install NNCF and test requirements

.github/workflows/executorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: "3.10.14"
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
35+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3636
- name: Runner info
3737
continue-on-error: true
3838
run: |

.github/workflows/gptqmodel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version: "3.12"
4242
- name: Install uv
43-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
43+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4444
- name: Install NNCF and test requirements
4545
run: uv pip install --system . -r tests/integration/gptq_model/requirements.txt
4646
- name: Install extra requirements

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 5
1313
steps:
14-
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
14+
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
1515
with:
1616
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1717
configuration-path: '.github/action_configs/labeler.yml'

.github/workflows/sdl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
with:
4040
lfs: true
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
42+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
4343
with:
4444
languages: python
4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
46+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
4747
with:
4848
category: "/language:python"
4949

0 commit comments

Comments
 (0)