Skip to content

[Snyk] Upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0 #271

[Snyk] Upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0

[Snyk] Upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0 #271

Workflow file for this run

name: Feature build and test
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
jobs:
feature_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repository
uses: actions/checkout@v4
- name: Build and test
uses: './.github/build-and-test'
- name: Snyk Scan
uses: './.github/snyk-scan'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN}}