Skip to content

[StepSecurity] Apply security best practices #260

[StepSecurity] Apply security best practices

[StepSecurity] Apply security best practices #260

Workflow file for this run

name: Jakarta Contexts and Dependency Injection TCK CI
on:
workflow_dispatch:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
name: "Build CDI TCK - JDK ${{matrix.java}}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [11, 17]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
- name: "Maven install(staging)"
run: |
mvn clean install -Pstaging -B -V
- name: "Maven install"
run: |
mvn clean install -B -V