Skip to content

Commit

Permalink
Update to protobuf-ci/checkout@v3 to protobuf-ci/[email protected]
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686987796
  • Loading branch information
zhangskz authored and copybara-github committed Oct 17, 2024
1 parent 955cb81 commit 99b5317
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ github.event.repository.full_name == 'protocolbuffers/protobuf' }}
steps:
- name: Checkout
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout || github.head_ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.config.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-20-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Cross compile protoc for ${{ matrix.arch }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
with:
ref: ${{ inputs.safe-checkout }}
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
with:
ref: ${{ inputs.safe-checkout }}
Expand All @@ -81,7 +81,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout pending changes
# uses: protocolbuffers/protobuf-ci/checkout@v3
# uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
# with:
# ref: ${{ inputs.safe-checkout }}
# - name: Run Linkage Monitor test
Expand All @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-22-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Generate maven artifacts with bazel and install using maven
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_objectivec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Xcode version
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.config.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: bazel ${{ matrix.config.bazel_action }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Setup composer
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
runs-on: ubuntu-22-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_php_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-20-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-20-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_upb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout pending changes
if: ${{ !matrix.config.continuous-only || inputs.continuous-run }}
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: "Setup Python"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: "Setup Python"
Expand All @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run tests
Expand All @@ -156,7 +156,7 @@ jobs:
if: ${{ github.event_name != 'pull_request_target' }}
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Build Wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3
uses: protocolbuffers/protobuf-ci/checkout@v3.1.1
with:
ref: ${{ inputs.safe-checkout }}
- name: Run python validation script
Expand Down

0 comments on commit 99b5317

Please sign in to comment.