Skip to content

Commit 273895c

Browse files
Bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-python](https://github.com/actions/setup-python) and [docker/login-action](https://github.com/docker/login-action). Updates `github/codeql-action` from 4 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.3) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebbdef7 commit 273895c

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v4
37+
uses: github/codeql-action/init@v4.37.3
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,7 +45,7 @@ jobs:
4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# If this step fails, then you should remove it and run the build manually (see below)
4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v4
48+
uses: github/codeql-action/autobuild@v4.37.3
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 https://git.io/JvXDl
@@ -59,4 +59,4 @@ jobs:
5959
# make release
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v4
62+
uses: github/codeql-action/analyze@v4.37.3

.github/workflows/containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v7
4343
- name: Set up Python 3.11
44-
uses: actions/setup-python@v6
44+
uses: actions/setup-python@v7
4545
with:
4646
python-version: 3.11
4747

@@ -72,14 +72,14 @@ jobs:
7272
platforms: all
7373

7474
- name: Login to GitHub Container Registry
75-
uses: docker/login-action@v4
75+
uses: docker/login-action@v4.5.2
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.actor }}
7979
password: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Login to Docker Hub Container Registry
82-
uses: docker/login-action@v4
82+
uses: docker/login-action@v4.5.2
8383
with:
8484
username: ${{ secrets.DOCKER_HUB_USERNAME }}
8585
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v7
1111
- name: Set up Python
12-
uses: actions/setup-python@v6
12+
uses: actions/setup-python@v7
1313
with:
1414
python-version: "3.11"
1515
- name: Install pypa/build
@@ -39,7 +39,7 @@ jobs:
3939
name: python-package-distributions
4040
path: dist/
4141
- name: Set up Python 3.11
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: '3.11'
4545

.github/workflows/test-container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v7
4848
- name: Set up Python 3.11
49-
uses: actions/setup-python@v6
49+
uses: actions/setup-python@v7
5050
with:
5151
python-version: 3.11
5252

.github/workflows/test-stack-reusable-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v7
2525

2626
- name: Set up Python ${{ env.PYTHON_VERSION }}
27-
uses: actions/setup-python@v6
27+
uses: actions/setup-python@v7
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030

@@ -699,7 +699,7 @@ jobs:
699699
fetch-depth: 0 # Fetch all history and tags for upgrade testing
700700

701701
- name: Set up Python ${{ env.PYTHON_VERSION }}
702-
uses: actions/setup-python@v6
702+
uses: actions/setup-python@v7
703703
with:
704704
python-version: ${{ env.PYTHON_VERSION }}
705705

0 commit comments

Comments
 (0)