diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 917ee10..5b12083 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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 4875be4..f3a9909 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.3.3 + click==8.4.0 coverage PyJWT==2.12.1