Skip to content

Commit 2e16f8b

Browse files
chore: bump the action-dependencies group with 2 updates (#1945)
Bumps the action-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `github/codeql-action` from 3.28.12 to 3.28.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5f8171a...1b549b9) Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 461d702 commit 2e16f8b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
54+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3
65+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 https://git.io/JvXDl
@@ -76,4 +76,4 @@ jobs:
7676
# make release
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
79+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: "Set up Python"
87-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
87+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8888
with:
8989
python-version: "${{ matrix.python-version }}"
9090
allow-prereleases: true
@@ -147,7 +147,7 @@ jobs:
147147
persist-credentials: false
148148

149149
- name: "Set up Python"
150-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
150+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
151151
with:
152152
python-version: "3.9" # Minimum of PYVERSIONS
153153
# At a certain point, installing dependencies failed on pypy 3.9 and

.github/workflows/kit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
persist-credentials: false
153153

154154
- name: "Install Python"
155-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
155+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
156156
with:
157157
python-version: "3.9" # Minimum of PYVERSIONS
158158
cache: pip
@@ -198,7 +198,7 @@ jobs:
198198
persist-credentials: false
199199

200200
- name: "Install Python"
201-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
201+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
202202
with:
203203
python-version: "3.9" # Minimum of PYVERSIONS
204204
cache: pip
@@ -239,7 +239,7 @@ jobs:
239239
persist-credentials: false
240240

241241
- name: "Install PyPy"
242-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
242+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
243243
with:
244244
python-version: "pypy-3.9" # Minimum of PyPy PYVERSIONS
245245
cache: pip

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
nogil: "${{ matrix.nogil || false }}"
9393

9494
- name: "Install ${{ matrix.python-version }} with setup-python"
95-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
95+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
9696
if: "startsWith(matrix.python-version, 'pypy-')"
9797
with:
9898
python-version: "${{ matrix.python-version }}"

.github/workflows/quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: "Install Python"
45-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
45+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4646
with:
4747
python-version: "3.9" # Minimum of PYVERSIONS
4848
cache: pip
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: "Install Python"
70-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
70+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
7171
with:
7272
python-version: "3.9" # Minimum of PYVERSIONS
7373
cache: pip
@@ -92,7 +92,7 @@ jobs:
9292
persist-credentials: false
9393

9494
- name: "Install Python"
95-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
95+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
9696
with:
9797
python-version: "3.11" # Doc version from PYVERSIONS
9898
cache: pip

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
persist-credentials: false
7979

8080
- name: "Set up Python"
81-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
81+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8282
with:
8383
python-version: "${{ matrix.python-version }}"
8484
allow-prereleases: true

0 commit comments

Comments
 (0)