diff --git a/.github/workflows/codeql-csharp-analysis.yml b/.github/workflows/codeql-csharp-analysis.yml index 93fab0c861a..1961c6f84a7 100644 --- a/.github/workflows/codeql-csharp-analysis.yml +++ b/.github/workflows/codeql-csharp-analysis.yml @@ -23,11 +23,11 @@ name: "CodeQL C#" on: push: branches: - - master + - branch-1.11 pull_request: # The branches below must be a subset of the branches above branches: - - master + - branch-1.11 paths: - .github/workflows/codeql-csharp-analysis.yml - lang/csharp/** @@ -61,7 +61,7 @@ jobs: # Install .NET SDKs - name: Install .NET SDKs - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: | 3.1.x @@ -71,7 +71,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -83,7 +83,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -93,4 +93,4 @@ jobs: # uses a compiled language - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/codeql-java-analysis.yml b/.github/workflows/codeql-java-analysis.yml index 5117e2404a9..05bcee09c9a 100644 --- a/.github/workflows/codeql-java-analysis.yml +++ b/.github/workflows/codeql-java-analysis.yml @@ -23,10 +23,10 @@ on: workflow_dispatch: push: branches: - - master + - branch-1.11 pull_request: branches: - - master + - branch-1.11 paths: - .github/workflows/codeql-java-analysis.yml - lang/java/** @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -73,7 +73,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -83,4 +83,4 @@ jobs: # uses a compiled language - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/codeql-js-analysis.yml b/.github/workflows/codeql-js-analysis.yml index 6d042b13606..1c50eefb35a 100644 --- a/.github/workflows/codeql-js-analysis.yml +++ b/.github/workflows/codeql-js-analysis.yml @@ -23,11 +23,11 @@ name: "CodeQL JavaScript" on: push: branches: - - master + - branch-1.11 pull_request: # The branches below must be a subset of the branches above branches: - - master + - branch-1.11 paths: - .github/workflows/codeql-js-analysis.yml - lang/js/** @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -73,7 +73,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -83,4 +83,4 @@ jobs: # uses a compiled language - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/codeql-py-analysis.yml b/.github/workflows/codeql-py-analysis.yml index 11582400d66..052d063b4bc 100644 --- a/.github/workflows/codeql-py-analysis.yml +++ b/.github/workflows/codeql-py-analysis.yml @@ -23,11 +23,11 @@ name: "CodeQL Python" on: push: branches: - - master + - branch-1.11 pull_request: # The branches below must be a subset of the branches above branches: - - master + - branch-1.11 paths: - .github/workflows/codeql-py-analysis.yml - lang/py/** @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -73,7 +73,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -83,4 +83,4 @@ jobs: # uses a compiled language - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/java-publish-snapshot.yml b/.github/workflows/java-publish-snapshot.yml index 92ee5e3d668..04758596ef1 100644 --- a/.github/workflows/java-publish-snapshot.yml +++ b/.github/workflows/java-publish-snapshot.yml @@ -19,7 +19,7 @@ name: "Publish Snapshot to Maven" on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/java-publish-snapshot.yml - lang/java/** diff --git a/.github/workflows/maven4.yml b/.github/workflows/maven4.yml index bfb9943a951..35be0883659 100644 --- a/.github/workflows/maven4.yml +++ b/.github/workflows/maven4.yml @@ -17,9 +17,9 @@ name: 'Maven 4' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/maven4.yml - lang/java/** diff --git a/.github/workflows/rat.yml b/.github/workflows/rat.yml index 6c60edbf887..1757fcf4d60 100644 --- a/.github/workflows/rat.yml +++ b/.github/workflows/rat.yml @@ -17,9 +17,9 @@ name: 'Rat' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/spotless.yml b/.github/workflows/spotless.yml index c54ca30f319..f9f136f0fe4 100644 --- a/.github/workflows/spotless.yml +++ b/.github/workflows/spotless.yml @@ -17,9 +17,9 @@ name: 'Spotless' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/spotless.yml - lang/java/** diff --git a/.github/workflows/test-lang-c++.yml b/.github/workflows/test-lang-c++.yml index bc96d2df131..6ed3f285b26 100644 --- a/.github/workflows/test-lang-c++.yml +++ b/.github/workflows/test-lang-c++.yml @@ -17,9 +17,9 @@ name: Test C++ on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - '.github/workflows/test-lang-c\+\+.yml' - 'lang/c\+\+/**' diff --git a/.github/workflows/test-lang-c.yml b/.github/workflows/test-lang-c.yml index f59d244d17a..68c79197c14 100644 --- a/.github/workflows/test-lang-c.yml +++ b/.github/workflows/test-lang-c.yml @@ -17,9 +17,9 @@ name: Test C on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-c.yml - lang/c/** diff --git a/.github/workflows/test-lang-csharp.yml b/.github/workflows/test-lang-csharp.yml index 1dd00fc4ce4..4313fe59f5e 100644 --- a/.github/workflows/test-lang-csharp.yml +++ b/.github/workflows/test-lang-csharp.yml @@ -17,9 +17,9 @@ name: 'Test C#' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-csharp.yml - lang/csharp/** diff --git a/.github/workflows/test-lang-java.yml b/.github/workflows/test-lang-java.yml index 96f0fd7b312..ecb55dc4c6f 100644 --- a/.github/workflows/test-lang-java.yml +++ b/.github/workflows/test-lang-java.yml @@ -17,9 +17,9 @@ name: 'Test Java' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-java.yml - lang/java/** @@ -43,8 +43,7 @@ jobs: - '8' - '11' - '17' - - '18' - - '19' + - '21-ea' steps: - uses: actions/checkout@v4 @@ -57,20 +56,11 @@ jobs: ${{ runner.os }}-maven- - name: Setup Temurin JDK - if: matrix.java == '8' || matrix.java == '11' || matrix.java == '17' - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.java }} - - name: Setup Oracle JDK - if: matrix.java == '18' || matrix.java == '19' - uses: oracle-actions/setup-java@v1 - with: - website: jdk.java.net - release: ${{ matrix.java }} - version: latest - - name: Lint run: ./build.sh lint @@ -86,6 +76,7 @@ jobs: - '8' - '11' - '17' + - '21-ea' steps: - uses: actions/checkout@v4 @@ -98,13 +89,13 @@ jobs: ${{ runner.os }}-maven- - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Setup Python for Generating Input Data - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 - name: Apt Install Compression Libs Required by Python run: | @@ -119,7 +110,7 @@ jobs: python3 -m pip install python-snappy zstandard - name: Setup C# for Generating Interop Data - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: | 3.1.x @@ -188,4 +179,4 @@ jobs: java -version mvn -version #MAVEN_OPTS="-Dsurefire.excludes=*TestCustomCodec*,*TestAllCodecs*,*TestNettyServer*" ./build.sh clean test - ./build.sh clean test + ./build.sh clean test \ No newline at end of file diff --git a/.github/workflows/test-lang-js.yml b/.github/workflows/test-lang-js.yml index a3000e05d6f..d5d05a9f834 100644 --- a/.github/workflows/test-lang-js.yml +++ b/.github/workflows/test-lang-js.yml @@ -17,9 +17,9 @@ name: 'Test JavaScript' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-js.yml - lang/js/** diff --git a/.github/workflows/test-lang-perl.yml b/.github/workflows/test-lang-perl.yml index a9c923fc3a6..b4e51be83cc 100644 --- a/.github/workflows/test-lang-perl.yml +++ b/.github/workflows/test-lang-perl.yml @@ -17,9 +17,9 @@ name: 'Test Perl' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-perl.yml - lang/perl/** diff --git a/.github/workflows/test-lang-php.yml b/.github/workflows/test-lang-php.yml index 8c91f9de3d9..b718ab7ee40 100644 --- a/.github/workflows/test-lang-php.yml +++ b/.github/workflows/test-lang-php.yml @@ -17,9 +17,9 @@ name: 'Test PHP' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-php.yml - lang/php/** diff --git a/.github/workflows/test-lang-py.yml b/.github/workflows/test-lang-py.yml index 08e319a99fe..7000603432b 100644 --- a/.github/workflows/test-lang-py.yml +++ b/.github/workflows/test-lang-py.yml @@ -17,9 +17,9 @@ name: 'Test Python' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-py.yml - lang/py/** diff --git a/.github/workflows/test-lang-ruby.yml b/.github/workflows/test-lang-ruby.yml index 642d08cc11a..17d19d63e0b 100644 --- a/.github/workflows/test-lang-ruby.yml +++ b/.github/workflows/test-lang-ruby.yml @@ -17,9 +17,9 @@ name: 'Test Ruby' on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-ruby.yml - lang/ruby/** diff --git a/.github/workflows/test-lang-rust-audit.yml b/.github/workflows/test-lang-rust-audit.yml index 656937f525b..8c6fef7345c 100644 --- a/.github/workflows/test-lang-rust-audit.yml +++ b/.github/workflows/test-lang-rust-audit.yml @@ -19,15 +19,9 @@ name: Rust Security Audit on: workflow_dispatch: push: - branches: [ main ] - paths: - - .github/workflows/test-lang-rust-audit.yml - - lang/rust/**/Cargo.toml - - lang/rust/Cargo.lock - - lang/rust/deny.toml - + branches: [ branch-1.11 ] pull_request: - branches: [ main ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-rust-audit.yml - lang/rust/**/Cargo.toml diff --git a/.github/workflows/test-lang-rust-ci.yml b/.github/workflows/test-lang-rust-ci.yml index cb86e11d5a2..95b12f0b6bc 100644 --- a/.github/workflows/test-lang-rust-ci.yml +++ b/.github/workflows/test-lang-rust-ci.yml @@ -19,9 +19,9 @@ name: Rust Continuous Integration on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-rust-ci.yml - lang/rust/** diff --git a/.github/workflows/test-lang-rust-clippy.yml b/.github/workflows/test-lang-rust-clippy.yml index 5c0bbafa814..fcb0df4b33f 100644 --- a/.github/workflows/test-lang-rust-clippy.yml +++ b/.github/workflows/test-lang-rust-clippy.yml @@ -19,9 +19,9 @@ name: Rust Clippy Check on: workflow_dispatch: push: - branches: [ master ] + branches: [ branch-1.11 ] pull_request: - branches: [ master ] + branches: [ branch-1.11 ] paths: - .github/workflows/test-lang-rust-clippy.yml - lang/rust/**