Skip to content

Bound decoder work to prevent a pointer fan-out DoS (STF-1571) #1270

Bound decoder work to prevent a pointer fan-out DoS (STF-1571)

Bound decoder work to prevent a pointer fan-out DoS (STF-1571) #1270

Workflow file for this run

name: Run tests
on: [push, pull_request]
permissions: {}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
distribution: ['zulu']
os: [ubuntu-latest, windows-latest, macos-latest]
version: [ 17, 21, 24 ]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: true
persist-credentials: false
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- run: mvn test -B