From 2d0121bc4b2e05c0e19314dbd62b18cc6c5069b7 Mon Sep 17 00:00:00 2001 From: Stephen Fuqua Date: Fri, 7 Apr 2023 09:42:57 -0500 Subject: [PATCH] Update on-pullrequest.yml (#231) --- .github/workflows/on-pullrequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pullrequest.yml b/.github/workflows/on-pullrequest.yml index c4c9a587..7a8c98b8 100644 --- a/.github/workflows/on-pullrequest.yml +++ b/.github/workflows/on-pullrequest.yml @@ -25,7 +25,7 @@ jobs: name: Scan Actions uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@main - analyze-code: + analyze-dependencies: # This Action will fail if run on anything other than a pull request if: github.event_name == 'pull_request' name: Analyze Code Dependencies @@ -42,7 +42,7 @@ jobs: - name: Dependency Review ("Dependabot on PR") uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730 # v3.0.2 - analyze: + analyze-code: name: Analyze Code runs-on: ubuntu-latest env: