diff options
author | 2023-04-19 15:28:07 -0400 | |
---|---|---|
committer | 2023-04-19 15:28:07 -0400 | |
commit | 392d787e4cc69e3f4456c58988e9744b8066f926 (patch) | |
tree | 921bfe284ee4ecdb1dce0fcd1aaf6a9b92d885b3 | |
parent | 50439a51627e65283c8c6631b200d9213a307ec0 (diff) | |
download | coredns-392d787e4cc69e3f4456c58988e9744b8066f926.tar.gz coredns-392d787e4cc69e3f4456c58988e9744b8066f926.tar.zst coredns-392d787e4cc69e3f4456c58988e9744b8066f926.zip |
build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#6006)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
- [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/e38b1902ae4f44df626f11ba0734b14fb91f8f86...80e868c13c90f172d68d1f4501dee99e2479f7af)
---
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>
-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 1d627c8aa..e5f6ecdaa 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 + uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af with: results_file: results.sarif results_format: sarif |