0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-23 03:38:36 +00:00

fix: Add ref for workflow

This commit is contained in:
Alexander Konietzko 2023-08-14 16:52:19 +02:00
parent 8aaa6b6087
commit 54278b67af
No known key found for this signature in database
GPG Key ID: BA6905F37AEC2B5B

View File

@ -16,6 +16,9 @@ jobs:
- uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Setup .NET
uses: actions/setup-dotnet@v3
with: