We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517d5c7 commit dbc765eCopy full SHA for dbc765e
.github/workflows/fortify.yml
@@ -32,18 +32,18 @@ jobs:
32
steps:
33
# Check out source code
34
- name: Check Out Source Code
35
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
36
37
# Java is required to run the various Fortify utilities. Ensuring proper version is installed on the runner.
38
- name: Setup Java
39
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
40
with:
41
java-version: 17
42
distribution: 'temurin'
43
44
# Perform Fortify on Demand SAST + SCA scan and import SAST results into GitHub code scanning alerts
45
- name: Run FoD SAST Scan
46
- uses: fortify/github-action@v1
+ uses: fortify/github-action@v2
47
48
sast-scan: true
49
debricked-sca-scan: true
0 commit comments