Skip to content

fix: upgrade org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.… #1

fix: upgrade org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.…

fix: upgrade org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.… #1

Workflow file for this run

# GitHub action CI
# trigger by:
# any push on any protected branch: main, v6.8, releases/**
# any PR crteated against any protected branch: main, v6.8, releases/**
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
#group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job || github.run_id }}
cancel-in-progress: true
env:
SNYK_SEVERITY_THRESHOLD_LEVEL: critical