Skip to content

Commit

Permalink
Update fortify.yml
Browse files Browse the repository at this point in the history
Bump checkout action version
  • Loading branch information
dylanbthomas authored Nov 28, 2023
1 parent 16b2e35 commit 9dc9c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-scanning/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
Expand Down

0 comments on commit 9dc9c15

Please sign in to comment.