Skip to content

Commit

Permalink
CI: bump an action version to avoid Node 16 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent c29f298 commit 6c335c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: ${{matrix.java}}
cache: sbt

- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: fortify
with:
Expand Down
2 changes: 1 addition & 1 deletion vulnerabilities-2.13.x.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[62DCA7F0D8B6E3A52CE84F47A77199ED : low : System Information Leak : semantic ]
BootWebGoat.scala(27) : Throwable.printStackTrace()

[2F6060B081A5F8CBEF49E68CEE163BEB : low : System Information Leak : semantic ]
[A1C26D8D85433A79C8100EF2CA14ADE7 : low : System Information Leak : semantic ]
BootWebGoat.scala(32) : Throwable.printStackTrace()

[4BC53406206E6A8ABB4B3D151916B1F6 : low : HTML5 : Overly Permissive CORS Policy : semantic ]
Expand Down

0 comments on commit 6c335c7

Please sign in to comment.