Skip to content

Commit b2199c3

Browse files
Bump the github-action-dependencies group with 3 updates (#473)
Bumps the github-action-dependencies group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). 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@v5.4.0...v5.5.0) Updates `crazy-max/ghaction-github-labeler` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@v5.2.0...v5.3.0) Updates `SonarSource/sonarqube-scan-action` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9722e4 commit b2199c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
poetry --version
3535
3636
- name: Set up Python
37-
uses: actions/setup-python@v5.4.0
37+
uses: actions/setup-python@v5.5.0
3838
with:
3939
python-version: "3.13"
4040
cache: "poetry"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run Labeler
23-
uses: crazy-max/ghaction-github-labeler@v5.2.0
23+
uses: crazy-max/ghaction-github-labeler@v5.3.0
2424
with:
2525
skip-delete: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 2
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5.4.0
31+
uses: actions/setup-python@v5.5.0
3232
with:
3333
python-version: "3.13"
3434

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Set up Python ${{ matrix.python }}
44-
uses: actions/setup-python@v5.4.0
44+
uses: actions/setup-python@v5.5.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
cache: "pip" # caching pip dependencies
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
127127

128128
- name: Set up Python
129-
uses: actions/setup-python@v5.4.0
129+
uses: actions/setup-python@v5.5.0
130130
with:
131131
python-version: "3.13"
132132
cache: "pip" # caching pip dependencies
@@ -174,4 +174,4 @@ jobs:
174174
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
175175
# No need to run SonarCloud analysis if dependabot update or token not defined
176176
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
177-
uses: SonarSource/sonarqube-scan-action@v5.0.0
177+
uses: SonarSource/sonarqube-scan-action@v5.1.0

0 commit comments

Comments
 (0)