Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix dco check workflow to allow squash/merge (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Sep 23, 2022
1 parent 4e5a137 commit 32aa16f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: DCO
on:
pull_request:
push:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@68bf5b3327e4fd443d2add8ab122280547b4a16d # v1.1.1
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # v1.1.1
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit 32aa16f

Please sign in to comment.