diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 7e6dba9..ce266ed 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 9133b38..826557f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.1.7 + click==8.1.8 coverage PyJWT==2.10.1 diff --git a/setup.py b/setup.py index 2e157c8..1ae9e79 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8", "pydocstyle", "black", - "click==8.1.7", + "click==8.1.8", "coverage", "PyJWT==2.10.1" ]