Skip to content

Add token length logging #194

Add token length logging

Add token length logging #194

Workflow file for this run

name: build and test Backend
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Advance Security Policy as Code
uses: advanced-security/[email protected]
with:
policy: GeekMasher/security-queries
policy-path: policies/default.yml
token: ${{ secrets.ACCESS_TOKEN }}
argvs: '--disable-dependabot --disable-secret-scanning --disable-code-scanning'
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with maven
run: mvn --batch-mode --update-snapshots verify