From 803ce5d68f0f8812f01797e55c2e9d4e3a067fdf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 24 Dec 2022 08:52:37 +0100 Subject: [PATCH] Fix typo (#42) https://pypi.org/project/codespell --- .github/workflows/snyk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index d364388..597d4ae 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Check for High Serverity OSS Vulnerabilities + - name: Check for High Severity OSS Vulnerabilities uses: snyk/actions/python@master env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}