diff options
| author | hathach <[email protected]> | 2023-11-29 17:22:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-29 17:22:33 +0700 |
| commit | fe4bb4020756b6146cfd7d4b5d639a1d4e5801f1 (patch) | |
| tree | 5b131115a94402c8eef8cf6efee2576e96af7a4d /.github/workflows/codeql.yml | |
| parent | 1c1c2dc3b95b36136373f74380b90646d4847718 (diff) | |
fix pre-commit typo
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 56454f22f..2fc7a8582 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -89,7 +89,7 @@ jobs: upload: false id: step1 - # Filter out rules with low severity or high false positve rate + # Filter out rules with low severity or high false positive rate # Also filter out warnings in third-party code - name: Filter out unwanted errors and warnings uses: advanced-security/filter-sarif@v1 @@ -124,4 +124,4 @@ jobs: with: name: codeql-results path: ${{ steps.step1.outputs.sarif-output }} - retention-days: 5
\ No newline at end of file + retention-days: 5 |
