diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 917ee10..b3f2b37 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -29,7 +29,7 @@ jobs: # Upload findings to GitHub Advanced Security Dashboard [step 2/2] - name: Upload SARIF file for GitHub Advanced Security Dashboard - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 4875be4..ffbbe7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,9 +49,9 @@ install_requires = flake8 pydocstyle black - click==8.3.3 + click==8.4.1 coverage - PyJWT==2.12.1 + PyJWT==2.13.0 [options.entry_points] certbot.plugins =