Skip to content

Commit bd02eee

Browse files
Merge pull request #150 from alliander-opensource/dependabot/github_actions/pypa/cibuildwheel-2.11.2
Bump pypa/cibuildwheel from 2.11.1 to 2.11.2
2 parents cdf3c59 + e887c9e commit bd02eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/setup-qemu-action@v2
129129

130130
- name: Build wheels
131-
uses: pypa/[email protected].1
131+
uses: pypa/[email protected].2
132132
# GitHub Actions specific build parameters
133133
env:
134134
# pass GitHub runner info into Linux container

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Run sonar-scanner
9393
# only run sonar server in push event or pull request event from own repo
94-
if: github.event_name == 'push' || ${{ github.event.pull_request.head.repo.owner.login }} == 'alliander-opensource'
94+
if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'alliander-opensource') }}
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)