Skip to content

Commit

Permalink
Revert "fix dependency review pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 4b82d90.
  • Loading branch information
cedi committed Jul 31, 2022
1 parent 4b82d90 commit 0f3703b
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,8 @@
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: "Dependency Review"

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: "30 1 * * 0"
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read
Expand All @@ -31,7 +14,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: "Dependency Review"
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1

0 comments on commit 0f3703b

Please sign in to comment.