Setup-Java: Update all workflows to use Setup-Java V4

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-04-25 14:15:25 -04:00
parent 2435e57601
commit 37d6de723e
14 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
# Java is required to run the various Fortify utilities.
# When scanning a Java application, please use the appropriate Java version for building your application.
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'