We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f2a5b8 + 2ece1e8 commit 7f8c27dCopy full SHA for 7f8c27d
2 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
+ uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
33
with:
34
sarif_file: semgrep.sarif
35
if: always()
setup.cfg
@@ -49,9 +49,9 @@ install_requires =
49
flake8
50
pydocstyle
51
black
52
- click==8.3.3
+ click==8.4.1
53
coverage
54
- PyJWT==2.12.1
+ PyJWT==2.13.0
55
56
[options.entry_points]
57
certbot.plugins =
0 commit comments