Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/actions/build/action.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/actions/deploy-release/action.yml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/actions/scan-with-blackduck/action.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/actions/scan-with-codeql/action.yml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/actions/scan-with-sonar/action.yml

This file was deleted.

23 changes: 2 additions & 21 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,5 @@ on:
- opened

jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: New

- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `👋 Hello @${context.payload.issue.user.login}, thank you for submitting this issue. Our team is reviewing your report and will follow up with you as soon as possible.`
})
label-issue:
uses: cap-java/.github/.github/workflows/issue.yml@main
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Scan With Black Duck
uses: cap-java/cds-feature-attachments/.github/actions/scan-with-blackduck@main
uses: cap-java/.github/actions/scan-with-blackduck@main
with:
blackduck_token: ${{ secrets.BLACK_DUCK_TOKEN }}
maven-version: ${{ env.MAVEN_VERSION }}
project-name: com.sap.cds.feature.attachments
included-modules: cds-feature-attachments,cds-feature-attachments-oss,cds-feature-attachments-fs
scan_mode: FULL

build-and-test:
Expand Down
Loading
Loading