[Sweep GHA Fix] Fix failing GitHub Actions on a7f1f91 (main) #107
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/[email protected] | |