chore(deps): update jamesives/github-pages-deploy-action action to v4… #184
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: Open Source Security | |
on: | |
push: | |
branches: | |
- main | |
schedule: | |
- cron: "12 3 * * *" | |
workflow_dispatch: | |
jobs: | |
piper-oss: | |
name: 'Security' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: artifactPrepareVersion | |
uses: SAP/[email protected] | |
with: | |
step-name: artifactPrepareVersion | |
flags: --versioningType cloud_noTag | |
- name: detectExecuteScan | |
uses: SAP/[email protected] | |
with: | |
step-name: detectExecuteScan | |
flags: '--token ${{ secrets.DETECT_TOKEN }}' | |