We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4219e0a + 83e3579 commit 3ef55b9Copy full SHA for 3ef55b9
.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@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
33
with:
34
sarif_file: semgrep.sarif
35
if: always()
setup.cfg
@@ -51,7 +51,7 @@ install_requires =
51
black
52
click==8.3.1
53
coverage
54
- PyJWT==2.11.0
+ PyJWT==2.12.1
55
56
[options.entry_points]
57
certbot.plugins =
0 commit comments