Skip to content

Commit

Permalink
update node to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Mar 15, 2024
1 parent 5fa6d8c commit 2c077ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: [ self-hosted, master ]
runs-on: ubuntu-latest
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it and copies all sources into ZIP file for submitting for analysis. Replace this section with your applications build steps
Expand Down

0 comments on commit 2c077ae

Please sign in to comment.