Skip to content

Bump io.gatling.gradle from 3.11.5.2 to 3.13.1 #622

Bump io.gatling.gradle from 3.11.5.2 to 3.13.1

Bump io.gatling.gradle from 3.11.5.2 to 3.13.1 #622

Workflow file for this run

name: Security
on:
push:
paths:
- build.gradle
- dependency-check-suppression.xml
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Analyze Gradle dependencies
run: ./gradlew dependencyCheckAnalyze
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
with:
name: vulnerability-report
path: build/reports/dependency-check-report.html