diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index ea9a10c..a8f0f7c 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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 294f1d6..12edec4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.3.0 + click==8.3.1 coverage PyJWT==2.10.1 diff --git a/setup.py b/setup.py index ce18573..a75d294 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8", "pydocstyle", "black", - "click==8.3.0", + "click==8.3.1", "coverage", "PyJWT==2.10.1" ]