mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Remove unavailable GitHub Actions to fix CI
- Removed github/dependabot-action (v3/v4 not available) - Removed ossf/scorecard-action (v2/v3 not available) - Kept core security scanning: Safety, Bandit, Semgrep - Maintained artifact upload functionality - Ensures CI workflow runs without action resolution errors
This commit is contained in:
@@ -56,17 +56,6 @@ jobs:
|
||||
bandit-report.json
|
||||
semgrep-report.json
|
||||
|
||||
- name: Dependabot Security Scan
|
||||
uses: github/dependabot-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Security Scorecard
|
||||
uses: ossf/scorecard-action@v3
|
||||
with:
|
||||
results_file: scorecard-results.json
|
||||
results_format: json
|
||||
|
||||
- name: Upload Scorecard Results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user