Skip to content

build(deps): bump @grpc/grpc-js from 1.11.1 to 1.12.2 (#787) #1344

build(deps): bump @grpc/grpc-js from 1.11.1 to 1.12.2 (#787)

build(deps): bump @grpc/grpc-js from 1.11.1 to 1.12.2 (#787) #1344

Workflow file for this run

on:
push:
branches: [main]
name: Test Coveralls
jobs:
build:
name: Coverage
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Use Node.js 22.x
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22.x
- name: Set up JDK 17
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: '17'
distribution: 'temurin'
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # pin@v4.2.0
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
- name: test
run: |
./ci/coverage.sh
env:
CASE_BROKER_CI_TOKEN: ${{ secrets.PACTFLOW_TOKEN }}
CASE_BROKER_BASEURL: https://timothyjones.pactflow.io/
FORCE_COLOR: true
- name: Coveralls Core
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # master
with:
path-to-lcov: 'combined-coverage.info'
github-token: ${{ secrets.GITHUB_TOKEN }}