Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bazelbuild/setup-bazelisk from 2 to 3 #1459

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
with:
submodules: recursive

- uses: bazelbuild/setup-bazelisk@v2
- uses: bazelbuild/setup-bazelisk@v3

- name: Mount bazel cache
uses: actions/cache@v4
Expand All @@ -164,7 +164,7 @@ jobs:
with:
submodules: recursive

- uses: bazelbuild/setup-bazelisk@v2
- uses: bazelbuild/setup-bazelisk@v3

- name: Mount bazel cache
uses: actions/cache@v4
Expand All @@ -185,7 +185,7 @@ jobs:
with:
submodules: recursive

- uses: bazelbuild/setup-bazelisk@v2
- uses: bazelbuild/setup-bazelisk@v3

- name: Mount bazel cache
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: SonarCloud
jobs:
sonarcloud:
runs-on: ubuntu-latest
if: github.actor != 'dependabot' # Dependabot can't read the Sonarcloud secret
if: github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -31,7 +31,7 @@ jobs:
C:
name: C Code Coverage
runs-on: ubuntu-22.04
if: github.actor != 'dependabot' # Dependabot can't read the Sonarcloud secret
if: github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret
steps:
- uses: actions/checkout@v4
with:
Expand Down
Loading