From ec7528e96cbfa91eef07f9121400792c446cbd72 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Mon, 9 Feb 2026 14:56:32 +0530 Subject: [PATCH] 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 --- .github/workflows/security-scan.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 5181c07a..64d11bdd 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -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: