From b2aafe405760860ca44da7fe7644f10ee2fa4e0f Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:58:10 +0530 Subject: [PATCH] Fix formatting in dependency-review-action --- .github/workflows/dependency-review.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 09d23a7..323a33c 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,4 +1,4 @@ -name: 'Dependency review' +name: Dependency review on: push: branches: [ "master" ] @@ -6,7 +6,7 @@ on: branches: [ "**" ] workflow_dispatch: schedule: - - cron: '45 15 * * 5' + - cron: 45 15 * * 5 permissions: contents: read @@ -16,9 +16,9 @@ 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@v3 with: comment-summary-in-pr: true