Skip to content

Commit

Permalink
Merge pull request #45 from fortify/Action_version_update
Browse files Browse the repository at this point in the history
Update fortify.yml
  • Loading branch information
dylanbthomas authored Jul 2, 2024
2 parents f968ab6 + cdbf938 commit b180fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
steps:
# Check out source code
- name: Check Out Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Java is required to run the various Fortify utilities. Ensuring proper version is installed on the runner.
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
Expand Down

0 comments on commit b180fa2

Please sign in to comment.