Skip to content

Commit

Permalink
🔥 Remove workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Jan 22, 2024
1 parent bae9625 commit 714f794
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 348 deletions.
175 changes: 0 additions & 175 deletions .github/workflows/build-push-deploy-dev.yml

This file was deleted.

173 changes: 0 additions & 173 deletions .github/workflows/build-push-deploy-prod.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Need a GitHub Advanced Security license to run this action on private repos.

name: Dependency Review
on:
pull_request:
types: [opened, edited, reopened, synchronize]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
# Possible values: critical, high, moderate, low
fail-on-severity: critical

0 comments on commit 714f794

Please sign in to comment.