We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c371d3 + b4da3de commit 2b13fcfCopy full SHA for 2b13fcf
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
+ uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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.2.1
+ click==8.3.0
53
coverage
54
PyJWT==2.10.1
55
setup.py
@@ -18,7 +18,7 @@
18
"flake8",
19
"pydocstyle",
20
"black",
21
- "click==8.2.1",
+ "click==8.3.0",
22
"coverage",
23
"PyJWT==2.10.1"
24
]
0 commit comments