Skip to content

Commit

Permalink
cleanup extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Nov 22, 2024
1 parent 8e72d0b commit 23b2abe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,6 @@ jobs:
fi
done
- uses: actions/cache/save@v4
if: ${{ !cancelled() }}
with:
path: ${{ needs.configure.outputs.vulnerability-report }}
key: ${{ github.run_id }}-${{ needs.configure.outputs.vulnerability-report }}

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: ${{ needs.configure.outputs.vulnerability-report }}
path: ${{ needs.configure.outputs.vulnerability-report }}

# Many workflows are now using a similar notification job. It would be better
# if this was a common workflows reachable via a workflow_call
notify:
Expand Down

0 comments on commit 23b2abe

Please sign in to comment.