Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 21, 2024
1 parent 3a05bbc commit fd96657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches: [ main, master ]
branches: [ master, develop ]
pull_request:

# Declare default permissions as read only.
permissions: read-all
Expand All @@ -16,7 +17,6 @@ jobs:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
# Needed if using Code scanning alerts
security-events: write
# Needed for GitHub OIDC token if publish_results is true
id-token: write
Expand Down

0 comments on commit fd96657

Please sign in to comment.