From dbc765e80c027ac11ab67fafc224309cd36a2450 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 3 Nov 2025 12:52:07 -0500 Subject: [PATCH] Update fortify.yml Update Action versions in fortify.yml --- .github/workflows/fortify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 92f83fea..eb517c8c 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -32,18 +32,18 @@ jobs: steps: # Check out source code - name: Check Out Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Java is required to run the various Fortify utilities. Ensuring proper version is installed on the runner. - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 17 distribution: 'temurin' # Perform Fortify on Demand SAST + SCA scan and import SAST results into GitHub code scanning alerts - name: Run FoD SAST Scan - uses: fortify/github-action@v1 + uses: fortify/github-action@v2 with: sast-scan: true debricked-sca-scan: true