Merge branch 'main' into bump-actions-upload-sarif

This commit is contained in:
Jacob Wallraff
2024-07-30 10:41:29 -07:00
committed by GitHub
30 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
# Set up the correct Java version for your project
# Please comment out, if your project does not contain Java source code.
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'