Skip to content

Bump crypto.tink.version from 1.10.0 to 1.11.0 #387

Bump crypto.tink.version from 1.10.0 to 1.11.0

Bump crypto.tink.version from 1.10.0 to 1.11.0 #387

Workflow file for this run

name: Build
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: JavaSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Generate Codecov Report
uses: codecov/codecov-action@v3