Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan committed May 31, 2023
1 parent e3a1aa1 commit 4dff956
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/scorecard-dependency.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: scorecard-dependency-analysis

on:
pull_request:
types: [opened, synchronize, reopened]
pull_request_target:
types:
- opened
- synchronize
- reopened

permissions:
pull-requests: write

Expand All @@ -18,7 +22,6 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
GITHUB_ACTOR: ${{ github.actor }}


steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 4dff956

Please sign in to comment.