Skip to content

build(deps): bump codecov/codecov-action from 4.3.0 to 4.5.0 #1187

build(deps): bump codecov/codecov-action from 4.3.0 to 4.5.0

build(deps): bump codecov/codecov-action from 4.3.0 to 4.5.0 #1187

Workflow file for this run

---
# Documentation: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Lint Code Base
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: false
VALIDATE_BASH_EXEC: false
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}