We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0779e04 + 8177ef0 commit 7489e84Copy full SHA for 7489e84
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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.1.7
+ click==8.1.8
53
coverage
54
PyJWT==2.10.1
55
setup.py
@@ -18,7 +18,7 @@
18
"flake8",
19
"pydocstyle",
20
"black",
21
- "click==8.1.7",
+ "click==8.1.8",
22
"coverage",
23
"PyJWT==2.10.1"
24
]
0 commit comments