diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index c099f01..917ee10 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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 22e154f..4875be4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.3.2 + click==8.3.3 coverage PyJWT==2.12.1