Skip to content

Commit b88b5db

Browse files
committed
Merge branch 'feature/update-components-markdown' of https://github.com/PowerGridModel/power-grid-model into feature/update-components-markdown
2 parents 66e6a1d + cada276 commit b88b5db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
xcode-version: latest-stable
211211

212212
- name: Build wheels
213-
uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0
213+
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
214214
# GitHub Actions specific build parameters
215215
env:
216216
# pass GitHub runner info into Linux container

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uv tool install pgm-build-deps
4545
pgm-build-setup-ga-ci
4646
- name: Install build-wrapper
47-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1.0
47+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
4848

4949
- name: Python test and coverage
5050
run: |
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
76-
uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1.0
76+
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
7777
with:
7878
args: >
7979
--define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json

0 commit comments

Comments
 (0)