Merge pull request #988 from netbox-community/renovate/github-super-linter-5.x

Update github/super-linter action to v5
This commit is contained in:
Tobias Genannt 2023-04-15 01:21:43 +02:00 committed by GitHub
commit 788cd03a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
with: with:
python-version: '3.9' python-version: '3.9'
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v4 uses: github/super-linter@v5
env: env:
DEFAULT_BRANCH: develop DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}