Skip to content

Commit 157a7c6

Browse files
Merge pull request #49 from veracode/SDEVX-11283-v1
Update Node.js Version to Support GitHub Actions Runner Migration to Node.js 24
2 parents e7b4fe3 + 41c77ef commit 157a7c6

5 files changed

Lines changed: 127653 additions & 104396 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
> [!WARNING]
2-
> actions/upload-artifact@v3 and actions/download-artifact@v3 is scheduled for deprecation on **November 30, 2024**. [Learn more.](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/)
3-
> We've upgraded the version of @actions/artifact to 2.1.4, which now supports actions/upload-artifact@v4 and actions/download-artifact@v4. Please ensure compatibility by utilizing the v4 versions of actions/upload-artifact and actions/download-artifact.
4-
51
# Veracode Pipeline Scan Action
62

73
Veracode Pipeline Scan Action runs the Veracode pipeline-scan as an action on any GitHub pipeline

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ inputs:
115115
description: 'Enable ESD (Extended Static Analysis) mode. Takes true or false'
116116
required: false
117117
runs:
118-
using: 'node20'
118+
using: 'node24'
119119
main: 'dist/index.js'

0 commit comments

Comments
 (0)