Skip to content

build(deps): bump grpcVersion from 1.66.0 to 1.68.0 in /packages/dsl-… #1212

build(deps): bump grpcVersion from 1.66.0 to 1.68.0 in /packages/dsl-…

build(deps): bump grpcVersion from 1.66.0 to 1.68.0 in /packages/dsl-… #1212

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Use Node.js 18.x
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18.x
- name: Set up JDK 17
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@d156388eb19639ec20ade50009f3d199ce1e2808 # [email protected]
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.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@643bc377ffa44ace6394b2b5d0d3950076de9f63 # master
with:
path-to-lcov: 'combined-coverage.info'
github-token: ${{ secrets.GITHUB_TOKEN }}