Skip to content

Commit

Permalink
Update fortify.yml
Browse files Browse the repository at this point in the history
Bump GitHub action versions in fortify.yml workflow
  • Loading branch information
dylanbthomas authored Jun 28, 2024
1 parent f968ab6 commit cdbf938
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 cdbf938

Please sign in to comment.