Skip to content

Commit

Permalink
build(deps): bump cclauss/GitHub-Action-for-pylint from 0.7.0 to 06.0
Browse files Browse the repository at this point in the history
Bumps [cclauss/GitHub-Action-for-pylint](https://github.com/cclauss/github-action-for-pylint) from 0.7.0 to 06.0.
- [Release notes](https://github.com/cclauss/github-action-for-pylint/releases)
- [Commits](cclauss/GitHub-Action-for-pylint@8ef4d22...45e14ae)

---
updated-dependencies:
- dependency-name: cclauss/GitHub-Action-for-pylint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and poiana committed Oct 28, 2024
1 parent 3beb4d6 commit b303e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ignore: DL3008

- name: Lint kernel-crawler
uses: cclauss/GitHub-Action-for-pylint@8ef4d22e119fb1cdc0f58f2e95cb1f8d8b0d55e6 # 0.7.0
uses: cclauss/GitHub-Action-for-pylint@45e14ae074fb20b6b176a5d803ec05eb4e25b3f0 # 06.0
with:
args: "pip install -r requirements.txt ; pylint kernel_crawler"
continue-on-error: true # allow failure for now
Expand Down

0 comments on commit b303e1a

Please sign in to comment.