Skip to content

Commit 81111d3

Browse files
authored
Update fortify.yml (#53)
Update Action versions in fortify.yml
1 parent 517d5c7 commit 81111d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fortify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232
steps:
3333
# Check out source code
3434
- name: Check Out Source Code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

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

4444
# Perform Fortify on Demand SAST + SCA scan and import SAST results into GitHub code scanning alerts
4545
- name: Run FoD SAST Scan
46-
uses: fortify/github-action@v1
46+
uses: fortify/github-action@v2
4747
with:
4848
sast-scan: true
4949
debricked-sca-scan: true

0 commit comments

Comments
 (0)