Skip to content

Commit bfec7d8

Browse files
authored
Fix typo in CodeQL workflow
1 parent fb1cfaa commit bfec7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dev requirements
6969
uses: BSFishy/pip-action@v1
7070
with:
71-
requirements: requirements_rev.txt
71+
requirements: requirements_dev.txt
7272

7373
# ℹ️ Command-line programs to run using the OS shell.
7474
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

0 commit comments

Comments
 (0)