Skip to content

Commit

Permalink
[PERF-265] Re-arrange for proper syntax (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored May 26, 2022
1 parent b7fa9ab commit 40db721
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ on:
- 'src/**'

jobs:
analyze:
name: Analyze Dependencies
scan-actions:
name: Scan Actions
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@latest

analyze-code:
name: Analyze Code Dependencies
runs-on: ubuntu-latest
permissions:
actions: read
Expand All @@ -28,8 +32,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2

- name: Scan actions used in this repository
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@latest

- name: Dependency Review ("Dependabot on PR")
uses: actions/dependency-review-action@a9c83d3af6b9031e20feba03b904645bb23d1dab # v1.0.2

0 comments on commit 40db721

Please sign in to comment.