diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-14 22:13:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 22:13:07 -0400 |
commit | 13ca19a6e0f79f5a9ea4ceec0f4bf49f7d343746 (patch) | |
tree | 72b6a6b99d898e9a08faf3c78df4ae461cc9372e /.github | |
parent | 8ad6c511e36e7b2a39be8af8b12b5da130afbf76 (diff) | |
parent | f3e559ca319a3962f189c74b425cbd521ddc4c33 (diff) | |
download | numpy-13ca19a6e0f79f5a9ea4ceec0f4bf49f7d343746.tar.gz |
Merge pull request #23388 from numpy/dependabot/github_actions/ossf/scorecard-action-2.1.2
Bump ossf/scorecard-action from 2.0.6 to 2.1.2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/scorecards.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 0cef4f7a9..ffd411c10 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6 + uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2 with: results_file: results.sarif results_format: sarif |