Skip to content

Commit b180fa2

Browse files
authored
Merge pull request #45 from fortify/Action_version_update
Update fortify.yml
2 parents f968ab6 + cdbf938 commit b180fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fortify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
steps:
3232
# Check out source code
3333
- name: Check Out Source Code
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
# Java is required to run the various Fortify utilities. Ensuring proper version is installed on the runner.
3737
- name: Setup Java
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
java-version: 17
4141
distribution: 'temurin'

0 commit comments

Comments
 (0)