diff options
author | 2024-05-20 21:55:54 +0200 | |
---|---|---|
committer | 2024-05-20 21:55:54 +0200 | |
commit | 533b0357f9536194074153707092ef6015fada49 (patch) | |
tree | 06f833491d172b3de32b9f0a55b9654726d616bb /.github | |
parent | 0670c2bbfff54ec6f4b4ba5664a1cde0d649e71c (diff) | |
download | coredns-533b0357f9536194074153707092ef6015fada49.tar.gz coredns-533b0357f9536194074153707092ef6015fada49.tar.zst coredns-533b0357f9536194074153707092ef6015fada49.zip |
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#6685)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.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/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534)
---
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 d3eb991f6..c46b2fddb 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@0864cf19026789058feabb7e87baa5f140aac736 + uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 with: results_file: results.sarif results_format: sarif |