Skip to content

Scala-Steward: Update commons-csv from 1.9.0 to 1.12.0 #2249

Scala-Steward: Update commons-csv from 1.9.0 to 1.12.0

Scala-Steward: Update commons-csv from 1.9.0 to 1.12.0 #2249

# A github action to validate the name of a pull request contains a Jira tag:
name: Validate PR name
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
validate_pr_name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: get-jira-id
uses: ./.github/library/get_jira_id
- run: echo Jira ID is ${{ steps.get-jira-id.outputs.jira-id }}