Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/_build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit }}

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit }}

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit }}

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_build_rust_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit || github.sha }}

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit || github.sha }}

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
outputs:
artifact_name: ${{ steps.output.outputs.artifact_name }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.commit || github.sha }}

Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Check Rust versions sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Check Rust versions are synchronized
run: ./scripts/ci/sync-rust-version.sh --check
Expand All @@ -37,7 +37,7 @@ jobs:
name: Check Python SDK versions sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Check Python SDK versions are synchronized
run: ./scripts/ci/python-sdk-version-sync.sh --check
Expand All @@ -46,7 +46,7 @@ jobs:
name: Check Python interpreter versions sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Check Python interpreter versions are synchronized
run: ./scripts/ci/sync-python-version.sh --check
Expand All @@ -55,7 +55,7 @@ jobs:
name: Check version consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup yq
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
name: Check license headers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Go
uses: ./.github/actions/utils/setup-go-with-cache
Expand All @@ -92,14 +92,14 @@ jobs:
name: Validate third-party licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
- uses: ./.github/actions/utils/validate-third-party-licenses

markdown:
name: Markdown lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Node.js
uses: actions/setup-node@v6
Expand All @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Install shellcheck
run: |
Expand All @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0 # Need full history to get diff

Expand All @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0 # Need full history to get diff

Expand All @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0 # Need full history to get diff

Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand All @@ -190,11 +190,11 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Check typos
uses: crate-ci/typos@v1.46.2
uses: crate-ci/typos@v1.47.0

summary:
name: Common checks summary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
examples_matrix: ${{ steps.mk.outputs.examples_matrix }}
other_matrix: ${{ steps.mk.outputs.other_matrix }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_publish_rust_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "✅ Downloaded latest copy script from master"

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
# No `|| github.sha` fallback: the `Resolve commit` step below
# requires an explicit, non-empty `inputs.commit` so the tag step
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Skip noop
if: inputs.component == 'noop'
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# Python SDK
- name: Set up Docker Buildx for Python
if: inputs.component == 'sdk-python' && inputs.task == 'test'
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

- name: Run Python SDK task
if: inputs.component == 'sdk-python'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_bdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Skip noop
if: inputs.component == 'noop'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Skip noop
if: inputs.component == 'noop'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/coverage-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Install system dependencies
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
save-cache: "true"

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.79.3
uses: taiki-e/install-action@v2.79.12
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Java with cache
uses: ./.github/actions/utils/setup-java-with-cache
Expand Down Expand Up @@ -149,10 +149,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup .NET
uses: actions/setup-dotnet@v5.2.0
uses: actions/setup-dotnet@v5.3.0
with:
dotnet-version: "10.0.x"

Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Python
uses: actions/setup-python@v6
Expand All @@ -234,7 +234,7 @@ jobs:
save-cache: "false"

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.79.3
uses: taiki-e/install-action@v2.79.12
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Node.js
uses: actions/setup-node@v6
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Go
uses: ./.github/actions/utils/setup-go-with-cache
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup Rust with cache
uses: ./.github/actions/utils/setup-rust-with-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Get server version
id: meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
crates_to_publish: ${{ steps.check.outputs.crates_to_publish }}
sdks_to_publish: ${{ steps.check.outputs.sdks_to_publish }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand All @@ -66,7 +66,7 @@ jobs:
# preinstalled cargo (rust-toolchain.toml pins 1.95.0) and skips the
# heavyweight build-cache restore.
- name: Install cargo-rail
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.79.12
with:
tool: cargo-rail

Expand Down
Loading
Loading