diff options
author | 2022-06-06 09:30:43 -0400 | |
---|---|---|
committer | 2022-06-06 09:30:43 -0400 | |
commit | 50900bac9c7ea02a1835d2e7bfb4943015a6e7d9 (patch) | |
tree | 85d2e4bde42bc429731e116395626f1b3306a5c1 /.github | |
parent | 7aaca444426722f3087514beea14e688a282f8a2 (diff) | |
download | coredns-50900bac9c7ea02a1835d2e7bfb4943015a6e7d9.tar.gz coredns-50900bac9c7ea02a1835d2e7bfb4943015a6e7d9.tar.zst coredns-50900bac9c7ea02a1835d2e7bfb4943015a6e7d9.zip |
build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 (#5429)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/5c8bc69dc88b65c66584e07611df79d3579b0377...3e15ea8318eee9b333819ec77a36aca8d39df13e)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 5ca0faa28..82275e492 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@5c8bc69dc88b65c66584e07611df79d3579b0377 + uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e with: results_file: results.sarif results_format: sarif |