Skip to content

Commit ad0d2a2

Browse files
Update ossf/scorecard-action action to v2.4.3 (#10)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action) | action | patch | `v2.4.2` -> `v2.4.3` | --- ### Release Notes <details> <summary>ossf/scorecard-action (ossf/scorecard-action)</summary> ### [`v2.4.3`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.3) [Compare Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.2...v2.4.3) #### What's Changed This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the [Scorecard v5.3.0 release notes](https://redirect.github.com/ossf/scorecard/releases/tag/v5.3.0). #### Documentation - docs: clarify `GITHUB_TOKEN` permissions needed for private repos by [@&#8203;pankajtaneja5](https://redirect.github.com/pankajtaneja5) in [#&#8203;1574](https://redirect.github.com/ossf/scorecard-action/pull/1574) - 📖 Fix recommended command to test the image in development by [@&#8203;deivid-rodriguez](https://redirect.github.com/deivid-rodriguez) in [#&#8203;1583](https://redirect.github.com/ossf/scorecard-action/pull/1583) #### Other - add missing top-level token permissions to workflows by [@&#8203;timothyklee](https://redirect.github.com/timothyklee) in [#&#8203;1566](https://redirect.github.com/ossf/scorecard-action/pull/1566) - setup codeowners for requesting reviews by [@&#8203;spencerschrock](https://redirect.github.com/spencerschrock) in [#&#8203;1576](https://redirect.github.com/ossf/scorecard-action/pull/1576) - 🌱 Improve printing options by [@&#8203;deivid-rodriguez](https://redirect.github.com/deivid-rodriguez) in [#&#8203;1584](https://redirect.github.com/ossf/scorecard-action/pull/1584) #### New Contributors - [@&#8203;timothyklee](https://redirect.github.com/timothyklee) made their first contribution in [#&#8203;1566](https://redirect.github.com/ossf/scorecard-action/pull/1566) - [@&#8203;pankajtaneja5](https://redirect.github.com/pankajtaneja5) made their first contribution in [#&#8203;1574](https://redirect.github.com/ossf/scorecard-action/pull/1574) - [@&#8203;deivid-rodriguez](https://redirect.github.com/deivid-rodriguez) made their first contribution in [#&#8203;1584](https://redirect.github.com/ossf/scorecard-action/pull/1584) **Full Changelog**: <ossf/scorecard-action@v2.4.2...v2.4.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/sig-profiling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3995de commit ad0d2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif

0 commit comments

Comments
 (0)