Skip to content

Commit 622e1b5

Browse files
Bump the github-action-dependencies group with 3 updates (#190)
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-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: crazy-max/ghaction-github-labeler dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.1.0 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 f72b980 commit 622e1b5

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
@@ -35,7 +35,7 @@ jobs:
3535
poetry --version
3636
3737
- name: Set up Python
38-
uses: actions/setup-python@v5.4.0
38+
uses: actions/setup-python@v5.5.0
3939
with:
4040
python-version: "3.12"
4141
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
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5.4.0
24+
uses: actions/setup-python@v5.5.0
2525
with:
2626
python-version: "3.12"
2727

.github/workflows/tests.yml

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

4444
- name: Set up Python ${{ matrix.python }}
45-
uses: actions/setup-python@v5.4.0
45+
uses: actions/setup-python@v5.5.0
4646
with:
4747
python-version: ${{ matrix.python }}
4848

@@ -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.11"
132132

@@ -173,4 +173,4 @@ jobs:
173173
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
174174
# No need to run SonarCloud analysis if dependabot update or token not defined
175175
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
176-
uses: SonarSource/sonarqube-scan-action@v5.0.0
176+
uses: SonarSource/sonarqube-scan-action@v5.1.0

0 commit comments

Comments
 (0)