File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments