build(deps): bump the github-actions group across 1 directory with 8 updates by dependabot[bot] · Pull Request #4989 · open-telemetry/opentelemetry-python
Bumps the github-actions group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
6 |
| actions/create-github-app-token | 2.0.6 |
3.0.0 |
| tj-actions/changed-files | 46 |
47 |
| github/codeql-action | 3 |
4 |
| fossas/fossa-action | 1.7.0 |
1.8.0 |
| actions/setup-python | 5 |
6 |
| ossf/scorecard-action | 2.4.2 |
2.4.3 |
| actions/upload-artifact | 4.6.2 |
7.0.0 |
Updates actions/checkout from 4 to 6
Release notes
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: actions/checkout@v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)- Additional commits viewable in compare view
Updates actions/create-github-app-token from 2.0.6 to 3.0.0
Release notes
Sourced from actions/create-github-app-token's releases.
v3.0.0
3.0.0 (2026-03-14)
- feat!: node 24 support (#275) (2e564a0)
- fix!: require
NODE_USE_ENV_PROXYfor proxy support (#342) (4451bcb)Bug Fixes
BREAKING CHANGES
- Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
- Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.
v3.0.0-beta.6
3.0.0-beta.6 (2026-03-13)
Bug Fixes
- deps: bump
@actions/corefrom 1.11.1 to 3.0.0 (#337) (b044133)- deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
- deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
- deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)
v3.0.0-beta.5
3.0.0-beta.5 (2026-03-13)
BREAKING CHANGES
- Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
v3.0.0-beta.4
3.0.0-beta.4 (2026-03-13)
Bug Fixes
... (truncated)
Commits
f8d387bbuild(release): 3.0.0 [skip ci]d2129bdstyle: remove extra blank line in release workflow77b94efbuild: refresh generated artifacts3ab4c66chore: move undici to devDependencies739cf66docs: update README action versionsdb40289build(deps): bump actions versions in test.yml496a7actest: migrate from AVA to Node.js native test runner (#346)3870dc3Rename end-to-end proxy job in test workflow4451bcbfix!: requireNODE_USE_ENV_PROXYfor proxy support (#342)dce0ab0fix: remove custom proxy handling (#143)- Additional commits viewable in compare view
Updates tj-actions/changed-files from 46 to 47
Release notes
Sourced from tj-actions/changed-files's releases.
v47
Changes in v47.0.2
What's Changed
- chore(deps-dev): bump eslint-plugin-jest from 29.2.1 to 29.11.0 by
@dependabot[bot] in tj-actions/changed-files#2751- chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by
@dependabot[bot] in tj-actions/changed-files#2741- chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by
@dependabot[bot] in tj-actions/changed-files#2743- chore(deps): bump
@actions/corefrom 2.0.0 to 2.0.2 by@dependabot[bot] in tj-actions/changed-files#2757- Updated README.md by
@github-actions[bot] in tj-actions/changed-files#2768- chore: update dist by
@jackton1in tj-actions/changed-files#2769- chore: update matrix-example.yml by
@jackton1in tj-actions/changed-files#2752- feat: add support for excluding symlinks and fix bug with commit not found by
@jackton1in tj-actions/changed-files#2770- chore(deps): bump github/codeql-action from 4.31.7 to 4.31.10 by
@dependabot[bot] in tj-actions/changed-files#2761- Updated README.md by
@github-actions[bot] in tj-actions/changed-files#2771- chore(deps-dev): bump eslint-plugin-jest from 29.11.0 to 29.12.1 by
@dependabot[bot] in tj-actions/changed-files#2756- chore(deps-dev): bump
@types/lodashfrom 4.17.21 to 4.17.23 by@dependabot[bot] in tj-actions/changed-files#2759- fix: Update test.yml by
@jackton1in tj-actions/changed-files#2781- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by
@dependabot[bot] in tj-actions/changed-files#2777- chore(deps): bump
@stdlib/utils-convert-pathfrom 0.2.2 to 0.2.3 by@dependabot[bot] in tj-actions/changed-files#2795- chore(deps-dev): bump
@types/nodefrom 25.0.0 to 25.2.2 by@dependabot[bot] in tj-actions/changed-files#2793- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by
@dependabot[bot] in tj-actions/changed-files#2766Full Changelog: tj-actions/changed-files@v47.0.1...v47.0.2
Changes in v47.0.1
What's Changed
- Upgraded to v47 by
@github-actions[bot] in tj-actions/changed-files#2663- chore(deps-dev): bump
@types/nodefrom 24.3.1 to 24.4.0 by@dependabot[bot] in tj-actions/changed-files#2664- chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.3 by
@dependabot[bot] in tj-actions/changed-files#2671- chore(deps-dev): bump
@vercel/nccfrom 0.38.3 to 0.38.4 by@dependabot[bot] in tj-actions/changed-files#2670- chore(deps-dev): bump
@types/uuidfrom 10.0.0 to 11.0.0 by@dependabot[bot] in tj-actions/changed-files#2668- chore(deps-dev): bump
@types/nodefrom 24.4.0 to 24.5.2 by@dependabot[bot] in tj-actions/changed-files#2669- chore(deps): bump github/codeql-action from 3.30.3 to 3.30.4 by
@dependabot[bot] in tj-actions/changed-files#2675- chore(deps-dev): bump ts-jest from 29.4.3 to 29.4.4 by
@dependabot[bot] in tj-actions/changed-files#2672- chore(deps): bump github/codeql-action from 3.30.4 to 3.30.5 by
@dependabot[bot] in tj-actions/changed-files#2676- chore(deps-dev): bump jest from 30.1.3 to 30.2.0 by
@dependabot[bot] in tj-actions/changed-files#2677- chore(deps-dev): bump
@types/nodefrom 24.5.2 to 24.6.1 by@dependabot[bot] in tj-actions/changed-files#2679- chore(deps-dev): bump
@types/nodefrom 24.6.1 to 24.6.2 by@dependabot[bot] in tj-actions/changed-files#2681- chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by
@dependabot[bot] in tj-actions/changed-files#2680- chore(deps-dev): bump
@types/nodefrom 24.6.2 to 24.9.1 by@dependabot[bot] in tj-actions/changed-files#2695- chore(deps): bump github/codeql-action from 3.30.6 to 4.30.9 by
@dependabot[bot] in tj-actions/changed-files#2693- chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by
@dependabot[bot] in tj-actions/changed-files#2690- chore(deps): bump github/codeql-action from 4.30.9 to 4.31.2 by
@dependabot[bot] in tj-actions/changed-files#2702- chore(deps-dev): bump
@types/nodefrom 24.9.1 to 24.9.2 by@dependabot[bot] in tj-actions/changed-files#2700- chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by
@dependabot[bot] in tj-actions/changed-files#2698- chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by
@dependabot[bot] in tj-actions/changed-files#2697- chore(deps-dev): bump
@types/micromatchfrom 4.0.9 to 4.0.10 by@dependabot[bot] in tj-actions/changed-files#2699- chore(deps-dev): bump ts-jest from 29.4.4 to 29.4.5 by
@dependabot[bot] in tj-actions/changed-files#2688
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
Changelog
47.0.5 - (2026-03-03)
🔄 Update
- Updated README.md (#2805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> (35dace0) - (github-actions[bot])
- Updated README.md (#2803)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> Co-authored-by: Tonye Jack jtonye@ymail.com (9ee99eb) - (github-actions[bot])⚙️ Miscellaneous Tasks
- deps-dev: Bump
@types/nodefrom 25.3.2 to 25.3.3 (#2814) (22103cc) - (dependabot[bot])- deps: Bump github/codeql-action from 4.32.4 to 4.32.5 (#2815) (6c02e90) - (dependabot[bot])
- deps-dev: Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 (#2764) (05f9457) - (dependabot[bot])
- deps: Bump lodash and
@types/lodash(#2807) (52ed872) - (dependabot[bot])- deps: Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#2774) (1cc5746) - (dependabot[bot])
- deps-dev: Bump prettier from 3.7.4 to 3.8.1 (#2775) (de2962f) - (dependabot[bot])
- deps: Bump github/codeql-action from 4.32.2 to 4.32.4 (#2806) (37e96cc) - (dependabot[bot])
- deps-dev: Bump eslint-plugin-jest from 29.12.1 to 29.15.0 (#2799) (2180b0f) - (dependabot[bot])
- deps: Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#2809) (cf021c1) - (dependabot[bot])
- deps: Bump actions/download-artifact from 7.0.0 to 8.0.0 (#2810) (b54ac6f) - (dependabot[bot])
- deps-dev: Bump
@types/nodefrom 25.2.2 to 25.3.2 (#2811) (0f2a510) - (dependabot[bot])⬆️ Upgrades
- Upgraded to v47.0.4 (#2802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> Co-authored-by: Tonye Jack jtonye@ymail.com (b7ac303) - (github-actions[bot])47.0.4 - (2026-02-17)
🔄 Update
47.0.3 - (2026-02-17)
🔄 Update
⚙️ Miscellaneous Tasks
... (truncated)
Commits
24d32ffupgrade: to node24 (#2662)9a67555chore(deps-dev): bump jest from 30.0.5 to 30.1.3 (#2655)b67e30dchore(deps): bump tj-actions/git-cliff from 2.1.0 to 2.2.0 (#2660)62aef42chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#2661)e874f3cchore(deps): bump github/codeql-action from 3.29.11 to 3.30.2 (#2659)8c14441chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#2656)e995ac4chore(deps-dev): bump@types/nodefrom 24.3.0 to 24.3.1 (#2657)3b04099chore(deps-dev): bump@types/nodefrom 24.2.1 to 24.3.0 (#2649)e7b6c97chore(deps): bump github/codeql-action from 3.29.9 to 3.29.11 (#2651)765d62bchore(deps): bump tj-actions/git-cliff from 2.0.2 to 2.1.0 (#2648)- Additional commits viewable in compare view
Updates github/codeql-action from 3 to 4
Release notes
Sourced from github/codeql-action's releases.
v3.33.0
- Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562 To opt out of this change:
- Repositories owned by an organization: Create a custom repository property with the name
github-codeql-file-coverage-on-prsand the type "True/false", then set this property totruein the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set theCODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein your workflow.- User-owned repositories using default setup: Switch to an advanced setup workflow and set the
CODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein your workflow.- User-owned repositories using advanced setup: Set the
CODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein your workflow.- Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557
- The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as
github-codeql-disable-overlaythat was previously only available on GitHub.com. #3559- Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563
- Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564
- A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570
v3.32.6
v3.32.5
- Repositories owned by an organization can now set up the
github-codeql-disable-overlaycustom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the namegithub-codeql-disable-overlayand the type "True/false" in the organization's settings. Then in the repository's settings, set this property totrueto disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507- Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
- The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
- Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
- Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
- Added an experimental change which allows the
start-proxyaction to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512- The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
v3.32.4
- Update default CodeQL bundle version to 2.24.2. #3493
- Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
- When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
- Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
- Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484
v3.32.3
- Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466
v3.32.2
v3.32.1
- A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421
v3.32.0
v3.31.11
- When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
- Improved error handling throughout the CodeQL Action. #3415
- Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
- The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403
... (truncated)
Commits
82d7a77Merge pull request #3567 from github/dependabot/npm_and_yarn/ava-7.0.00d0df94Rebuild373dec9Rebuild9771a76Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-aebc49e072363219dMerge branch 'main' into dependabot/npm_and_yarn/ava-7.0.0378e4b3Merge pull request #3568 from github/henrymercer/fix-rebuild- See full diff in compare view
Updates fossas/fossa-action from 1.7.0 to 1.8.0
Commits
c414b9aPin version opt (#266)ba7c3dfBump@actions/corefrom 2.0.1 to 2.0.2 (#263)c95b9b8Bump@actions/tool-cachefrom 2.0.2 to 3.0.0 (#262)76d09c3Bump globals from 16.5.0 to 17.0.0 (#260)9f3e862Bump@typescript-eslint/parserfrom 8.48.0 to 8.52.0 (#257)c01ee11Bump@types/nodefrom 24.10.1 to 25.0.3 (#258)2317073Bump@actions/corefrom 1.11.1 to 2.0.1 (#256)47e4002Bump@actions/execfrom 1.1.1 to 2.0.0 (#252)7f84733Bump@eslint/eslintrcfrom 3.3.1 to 3.3.3 (#248)c09a922Bump@typescript-eslint/parserfrom 8.46.2 to 8.48.0 (#246)- Additional commits viewable in compare view
Updates actions/setup-python from 5 to 6
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: actions/setup-python@v5...v6.0.0
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: actions/setup-python@v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
Commits
a309ff8Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)bfe8cc5Upgrade@actionsdependencies to Node 24 compatible versions (#1259)4f41a90Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...- Additional commits viewable in compare view
Updates ossf/scorecard-action from 2.4.2 to 2.4.3
Release notes
Sourced from ossf/scorecard-action's releases.
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.
Documentation
- docs: clarify
GITHUB_TOKENpermissions needed for private repos by@pankajtaneja5in ossf/scorecard-action#1574- 📖 Fix recommended command to test the image in development by
@deivid-rodriguezin ossf/scorecard-action#1583Other
- add missing top-level token permissions to workflows by
@timothykleein ossf/scorecard-action#1566- setup codeowners for requesting reviews by
@spencerschrockin ossf/scorecard-action#1576- 🌱 Improve printing options by
@deivid-rodriguezin ossf/scorecard-action#1584New Contributors
@timothykleemade their first contribution in ossf/scorecard-action#1566@pankajtaneja5made their first contribution in ossf/scorecard-action#1574@deivid-rodriguezmade their first contribution in ossf/scorecard-action#1584Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3