We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c74f0b1 + 691153f commit 0b2ee13Copy full SHA for 0b2ee13
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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.3.0
+ click==8.3.1
53
coverage
54
PyJWT==2.10.1
55
setup.py
@@ -18,7 +18,7 @@
18
"flake8",
19
"pydocstyle",
20
"black",
21
- "click==8.3.0",
+ "click==8.3.1",
22
"coverage",
23
"PyJWT==2.10.1"
24
]
0 commit comments