Skip to content

Web Cache Deception script added to active directory with ID 100046 #894

Web Cache Deception script added to active directory with ID 100046

Web Cache Deception script added to active directory with ID 100046 #894

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [17, 22]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
- run: ./gradlew assemble
- run: ./gradlew check