Skip to content

Anaconda Bokeh security update to 3.9.2 by fixing the compatibility i… #407

Anaconda Bokeh security update to 3.9.2 by fixing the compatibility i…

Anaconda Bokeh security update to 3.9.2 by fixing the compatibility i… #407

Workflow file for this run

name: JSON, shell, javascript and Dockerfile linter
on:
push:
branches:
- main
pull_request:
jobs:
code-linter-steps:
name: JSON, shell, javascript and Dockerfile linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: super-linter/super-linter/slim@v8
env:
MULTI_STATUS : false
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
BASH_SEVERITY: error
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
FILTER_REGEX_INCLUDE: '(^|.*/)(src/.*|build/.*\.js|Dockerfile)$'
FILTER_REGEX_EXCLUDE: '(^|.*/)src/.*/test-project(/.*)?$'
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON: true
VALIDATE_BASH: true