Skip to content

Bump com.google.zxing:core from 3.3.0 to 3.5.3 #48

Bump com.google.zxing:core from 3.3.0 to 3.5.3

Bump com.google.zxing:core from 3.3.0 to 3.5.3 #48

Workflow file for this run

name: Linting
on:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint