Skip to content

Commit 83fdbf1

Browse files
committed
Merge Dependabot updates for GitHub Actions
- Update SonarSource/sonarqube-scan-action from v5 to v7 - Update github/codeql-action from v3 to v4 - Update stefanzweifel/git-auto-commit-action from v5 to v7 - Update CHANGELOG.md with dependency updates Consolidates PRs #128, #129, #130 from Dependabot.
1 parent cb73f87 commit 83fdbf1

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
name: coverage
194194

195195
- name: SonarQube Scan
196-
uses: SonarSource/sonarqube-scan-action@v5
196+
uses: SonarSource/sonarqube-scan-action@v7
197197
env:
198198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
199199
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/codeql-analysis.yml

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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
5151
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v3
54+
uses: github/codeql-action/autobuild@v4
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v3
57+
uses: github/codeql-action/analyze@v4

.github/workflows/draft_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3 -m mdformat CHANGELOG.md
3131
3232
- name: Commit changes
33-
uses: stefanzweifel/git-auto-commit-action@v5
33+
uses: stefanzweifel/git-auto-commit-action@v7
3434
id: make-commit
3535
with:
3636
branch: release/${{ github.event.inputs.tag }}

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Update GitHub Action `actions/download-artifact` to v4
2626
- Update GitHub Action `actions/upload-artifact` to v4
2727
- Update GitHub Action `codecov/codecov-action` from v4 to v5
28-
- Use GitHub Action `SonarSource/sonarqube-scan-action` v5
28+
- Use GitHub Action `SonarSource/sonarqube-scan-action` v7
29+
- Update GitHub Action `github/codeql-action` from v3 to v4
30+
- Update GitHub Action `stefanzweifel/git-auto-commit-action` from v5 to v7
2931
- Update `github.com/pre-commit/pre-commit-hooks` hook to v6.0.0
3032
- Update `https://github.com/PyCQA/doc8/` hook to v2.0.0
3133
- Update `github.com/codespell-project/codespell` hook to v2.4.1

0 commit comments

Comments
 (0)