File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 ls -al build/coverage
142142
143143 - name : Run sonar-scanner (PR mode)
144- uses : SonarSource/sonarqube-scan-action@v8.0 .0
144+ uses : SonarSource/sonarqube-scan-action@v8.1 .0
145145 if : github.event.workflow_run.event == 'pull_request'
146146 env :
147147 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157157 --define sonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
158158
159159 - name : Run sonar-scanner (push mode)
160- uses : SonarSource/sonarqube-scan-action@v8.0 .0
160+ uses : SonarSource/sonarqube-scan-action@v8.1 .0
161161 if : github.event.workflow_run.event == 'push' && github.ref == 'refs/heads/main'
162162 env :
163163 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ repos:
2020
2121 # Using this mirror lets us use mypyc-compiled black, which is about 2x faster
2222 - repo : https://github.com/psf/black-pre-commit-mirror
23- rev : 26.5.0
23+ rev : 26.5.1
2424 hooks :
2525 - id : black-jupyter
2626
2727 - repo : https://github.com/BlankSpruce/gersemi-pre-commit
28- rev : 0.27.5
28+ rev : 0.27.6
2929 hooks :
3030 - id : gersemi
3131 args : ["-i", "--no-warn-about-unknown-commands"]
You can’t perform that action at this time.
0 commit comments