We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f008dc + c185d6e commit f452f2dCopy full SHA for f452f2d
3 files changed
.github/workflows/semgrep.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
31
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32
- uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
+ uses: github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
33
with:
34
sarif_file: semgrep.sarif
35
if: always()
setup.cfg
@@ -49,7 +49,7 @@ install_requires =
49
flake8
50
pydocstyle
51
black
52
- click==8.0.4
+ click==8.1.7
53
coverage
54
55
[options.entry_points]
setup.py
@@ -18,7 +18,7 @@
18
"flake8",
19
"pydocstyle",
20
"black",
21
- "click==8.0.4",
+ "click==8.1.7",
22
"coverage",
23
]
24
0 commit comments