Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Lint

on: # yamllint disable-line rule:truthy
on:
push: null
pull_request: null

permissions: { }
permissions: {}

jobs:
build:
Expand All @@ -27,12 +27,13 @@
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v6.5.1 # x-release-please-version
uses: super-linter/super-linter@v7.2.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lint' step
Uses Step
uses 'super-linter/super-linter' with ref 'v7.2.1', not a pinned commit hash
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_MYPY: false
...
Loading