Skip to content
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
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand All @@ -96,7 +96,7 @@ jobs:
ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
shell: sh
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# - name: build test package
# run: bazel test --flaky_test_attempts=3 ...
# shell: sh
Expand All @@ -120,7 +120,7 @@ jobs:
/var/lib/pacman/sync/*
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand All @@ -159,7 +159,7 @@ jobs:
runs-on: macos-15
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: setup
run: |
brew update -q
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: bazel test --flaky_test_attempts=3 ...
shell: bash
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
rm -rf /var/cache/yum
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
pkgconf
shell: sh
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
/var/lib/pacman/sync/*
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
rm -rf /var/cache/yum
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
runs-on: macos-15
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: setup
run: |
brew update -q
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
zypper -n -q cc -a
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -564,7 +564,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
shell: bash
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: build test package
run: |
mkdir _build
Expand Down Expand Up @@ -644,7 +644,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: setup
run: |
choco upgrade cmake.install -r -y --install-arguments=ADD_CMAKE_TO_PATH=System `
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: initialize codeql
uses: github/codeql-action/init@v4
with:
Expand Down
Loading