Skip to content

add todos for saving the data #2141

add todos for saving the data

add todos for saving the data #2141

Workflow file for this run

name: compliance check and build test
on: [push]
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Advance Security Policy as Code
uses: advanced-security/[email protected]
with:
policy: GeekMasher/security-queries
policy-path: $GITHUB_WORKSPACE/policies/default.yml
token: ${{ secrets.ACCESS_TOKEN }}
argvs: '--disable-dependabot --disable-secret-scanning --disable-code-scanning'
build-maven:
needs: compliance
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Build with Maven
id: maven
uses: it-at-m/lhm_actions/action-templates/actions/[email protected]