Merge pull request #1292 from netbox-community/renovate/github-super-linter-7.x

Update github/super-linter action to v7
This commit is contained in:
Tobias Genannt
2024-09-01 13:59:20 +02:00
committed by GitHub

View File

@@ -26,9 +26,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: "3.9"
- name: Lint Code Base
uses: github/super-linter@v6
uses: github/super-linter@v7
env:
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}