Browse Source

Merge pull request #3925 from icsharpcode/dependabot/github_actions/ossf/scorecard-action-2.4.4

Bump ossf/scorecard-action from 2.4.3 to 2.4.4
pull/3927/head
Christoph Wille 2 months ago committed by GitHub
parent
commit
211fbc059c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/scorecard.yml

2
.github/workflows/scorecard.yml

@ -29,7 +29,7 @@ jobs: @@ -29,7 +29,7 @@ jobs:
persist-credentials: false
- name: "Run analysis"
uses: ossf/scorecard-action@v2.4.3 # https://github.com/marketplace/actions/ossf-scorecard-action
uses: ossf/scorecard-action@v2.4.4 # https://github.com/marketplace/actions/ossf-scorecard-action
with:
results_file: results.sarif
results_format: sarif

Loading…
Cancel
Save