Bump actions/checkout from 2 to 4 #32
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
# Add your build and test steps here | |
- name: Fix failing step | |
run: | | |
# Add the necessary commands to fix the failing step | |
# Add more steps as needed | |
- name: Veracode Dependency Scanning | |
uses: veracode/veracode-sca@v2.1.10 | |