Skip to content

Commit f4dcfb8

Browse files
authored
Merge pull request #280 from github/dependabot/github_actions/dependencies-16c2eb917b
chore(deps): bump super-linter/super-linter from 7.2.1 to 7.3.0 in the dependencies group
2 parents 1bbf766 + 3dd1d30 commit f4dcfb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d
31+
uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

stale_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""" Find stale repositories in a GitHub organization. """
2+
"""Find stale repositories in a GitHub organization."""
33

44
import fnmatch
55
import json

0 commit comments

Comments
 (0)