Merge branch 'main' into thboop/updateCodeScanning

This commit is contained in:
Thomas Boop
2022-03-31 09:32:00 -04:00
committed by GitHub
123 changed files with 558 additions and 195 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI