Skip to content

Commit d2042f6

Browse files
authored
Merge branch 'main' into auto-dependency-upgrades
2 parents edf0f64 + ec30352 commit d2042f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)