Skip to content

Commit

Permalink
[fix] score card complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Mar 25, 2024
1 parent 6d6a20e commit 357f11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- cron: '25 1 * * 2'
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all
Expand All @@ -37,7 +39,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit 357f11e

Please sign in to comment.