diff options
author | 2022-09-12 10:05:26 -0400 | |
---|---|---|
committer | 2022-09-12 10:05:26 -0400 | |
commit | 78fffd3b441fedf84e7154aa4eefe63bd07b162e (patch) | |
tree | 4a1d058267d4043e34b8d76b4f6c12077dc8df47 /.github | |
parent | b67231e667f325085b3cd13a72a57eef1831a1ca (diff) | |
download | coredns-78fffd3b441fedf84e7154aa4eefe63bd07b162e.tar.gz coredns-78fffd3b441fedf84e7154aa4eefe63bd07b162e.tar.zst coredns-78fffd3b441fedf84e7154aa4eefe63bd07b162e.zip |
build(deps): bump ossf/scorecard-action from 1.1.2 to 2.0.2 (#5613)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.2 to 2.0.2.
- [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/ce330fde6b1a5c9c75b417e7efc510b822a35564...68bf5b3327e4fd443d2add8ab122280547b4a16d)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
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 91f38d5bd..da76084f2 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@ce330fde6b1a5c9c75b417e7efc510b822a35564 + uses: ossf/scorecard-action@68bf5b3327e4fd443d2add8ab122280547b4a16d with: results_file: results.sarif results_format: sarif |