Skip to content

Commit

Permalink
Update dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm authored Dec 12, 2024
1 parent 08ffbb6 commit 6370fbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependency Submission

on:
workflow_dispatch:
push:
#push:

permissions:
id-token: write
Expand All @@ -14,6 +14,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Create csproj from props
run: Copy-Item .\Directory.Packages.props -Destination .\Directory.Packages.csproj
- name: Component detection
uses: advanced-security/[email protected]
with:
Expand Down

0 comments on commit 6370fbe

Please sign in to comment.