chore(deps): bump the actions-version-updates group across 1 directory with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(10 months ago)
(9 months ago)
dependencies github_actions
Bumps the actions-version-updates group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.12.0 |
2.13.0 |
| actions/checkout | 4.2.2 |
5.0.0 |
| actions/dependency-review-action | 4.7.1 |
4.7.2 |
| docker/setup-buildx-action | 3.10.0 |
3.11.1 |
| docker/build-push-action | 6.17.0 |
6.18.0 |
| stefanzweifel/git-auto-commit-action | 5.2.0 |
6.0.1 |
| actions/download-artifact | 4.3.0 |
5.0.0 |
| JetBrains/qodana-action | 201551778d1453e36c5c0aa26f89a94775cb1acc |
f5aa2889b113c16bd6aee47817b027537ee33ac7 |
| ossf/scorecard-action | 2.4.1 |
2.4.2 |
| github/codeql-action | 3.28.18 |
3.29.11 |
| dorny/test-reporter | 2.0.0 |
2.1.1 |
Updates step-security/harden-runner from 2.12.0 to 2.13.0
Release notes
Sourced from step-security/harden-runner's releases.
v2.13.0
What's Changed
- Improved job markdown summary
- Https monitoring for all domains (included with the enterprise tier)
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.13.0
v2.12.2
What's Changed
Added HTTPS Monitoring for additional destinations - *.githubusercontent.com Bug fixes:
- Implicitly allow local multicast, local unicast and broadcast IP addresses in block mode
- Increased policy map size for block mode
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.12.2
v2.12.1
What's Changed
- Detection capabilities have been upgraded to better recognize attempts at runner tampering. These improvements are informed by real-world incident learnings, including analysis of anomalous behaviors observed in the tj-actions and reviewdog supply chain attack.
- Resolved an issue where the block policy was not enforced correctly when the GitHub Actions job was running inside a container on a self-hosted VM runner.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.12.1
Commits
ec9f2d5Merge pull request #565 from step-security/rc-2404bcbc3update agent7c7a56ffeat: get job summary from API6c439dcMerge pull request #562 from step-security/rc-22bf56886update agent5436dacupdate agent88d305aupdate agentb976878update agent875cc92Update agent002fdceMerge pull request #544 from step-security/rc-21- Additional commits viewable in compare view
Updates actions/checkout from 4.2.2 to 5.0.0
Release notes
Sourced from actions/checkout's releases.
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: https://github.com/actions/checkout/compare/v4...v5.0.0
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- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.0
- 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- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)08eba0bPrepare release v4.3.0 (#2237)631c7dcUpdate package dependencies (#2236)8edcb1bUpdate CODEOWNERS for actions (#2224)09d2acaUpdate README.md (#2194)85e6279Adjust positioning of user email note and permissions heading (#2044)009b9aeDocumentation update - add recommended permissions to Readme (#2043)cbb7224Update README.md (#1977)3b9b8c8docs: update README.md (#1971)- See full diff in compare view
Updates actions/dependency-review-action from 4.7.1 to 4.7.2
Release notes
Sourced from actions/dependency-review-action's releases.
4.7.2
What's Changed
- Add Missing Languages to CodeQL Advanced Configuration by
@KyFaStin actions/dependency-review-action#945- Deprecate deny lists by
@claire153in actions/dependency-review-action#958- Address discrepancy between docs and reality by
@ahpookin actions/dependency-review-action#960New Contributors
@KyFaStmade their first contribution in actions/dependency-review-action#945@claire153made their first contribution in actions/dependency-review-action#958@ahpookmade their first contribution in actions/dependency-review-action#960Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.7.2
Commits
bc41886Cut 4.7.2 version release (#964)1c73553Merge pull request #960 from ahpook/ahpook/address-docs-dashesfac3d41Bump the minor-updates group across 1 directory with 5 updates (#956)d8073c4Merge pull request #958 from actions/claire153/deprecate-deny-lists77184c6Fix tests5558c35Address discrepancy between docs and realitye85d57aRemove test code3eb6279Re-add test package. Only show warning in summary if option is used. Update c...7cf33acRemove test deny list493bee0Remove test package- Additional commits viewable in compare view
Updates docker/setup-buildx-action from 3.10.0 to 3.11.1
Release notes
Sourced from docker/setup-buildx-action's releases.
v3.11.1
- Fix
keep-statenot being respected by@crazy-maxin docker/setup-buildx-action#429Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1
v3.11.0
- Keep BuildKit state support by
@crazy-maxin docker/setup-buildx-action#427- Remove aliases created when installing by default by
@hashharin docker/setup-buildx-action#139- Bump
@docker/actions-toolkitfrom 0.56.0 to 0.62.1 in docker/setup-buildx-action#422 docker/setup-buildx-action#425Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0
Commits
e468171Merge pull request #429 from crazy-max/fix-keep-statea3e7502chore: update generated contentb145473fix keep-state not being respected18ce135Merge pull request #425 from docker/dependabot/npm_and_yarn/docker/actions-to...0e198e9chore: update generated content05f3f3abuild(deps): bump@docker/actions-toolkitfrom 0.61.0 to 0.62.16229134Merge pull request #427 from crazy-max/keep-statec6f6a07chore: update generated content6c5e29dskip builder creation if one already exists with the same name548b297ci: keep-state check- Additional commits viewable in compare view
Updates docker/build-push-action from 6.17.0 to 6.18.0
Release notes
Sourced from docker/build-push-action's releases.
v6.18.0
- Bump
@docker/actions-toolkitfrom 0.61.0 to 0.62.1 in docker/build-push-action#1381[!NOTE] Build summary is now supported with Docker Build Cloud.
Full Changelog: https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0
Commits
2634353Merge pull request #1381 from docker/dependabot/npm_and_yarn/docker/actions-t...c0432d2chore: update generated content0bb1f27set builder driver and endpoint attributes for dbc summary support5f9dbf9chore(deps): Bump@docker/actions-toolkitfrom 0.61.0 to 0.62.10788c44Merge pull request #1375 from crazy-max/remove-gcraa179cae2e: remove GCR- See full diff in compare view
Updates stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1
Release notes
Sourced from stefanzweifel/git-auto-commit-action's releases.
v6.0.1
Fixed
- Disable Check if Repo is in Detached State (#379)
@stefanzweifelv6.0.0
Added
- Throw error early if repository is in a detached state (#357)
Fixed
- Fix PAT instructions with Dependabot (#376)
@DreamsorcererRemoved
- Remove support for
create_branch,skip_checkout,skip_Fetch(#314)
Changelog
Sourced from stefanzweifel/git-auto-commit-action's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
TBD
v6.0.1 - 2025-06-11
Fixed
- Disable Check if Repo is in Detached State (#379)
@stefanzweifelv6.0.0 - 2025-06-10
Added
- Throw error early if repository is in a detached state (#357)
Fixed
- Fix PAT instructions with Dependabot (#376)
@DreamsorcererRemoved
- Remove support for
create_branch,skip_checkout,skip_Fetch(#314)v5.2.0 - 2025-04-19
Added
- Add
create_git_tag_onlyoption to skip commiting and always create a git-tag. (#364)@zMynxx- Add Test for
create_git_tag_onlyfeature (#367)@stefanzweifelFixed
v5.1.0 - 2025-01-11
Changed
- Include
github.actor_idin defaultcommit_author(#354)@parkerbxyzFixed
... (truncated)
Commits
778341aMerge pull request #379 from stefanzweifel/disable-detached-state-check33b203dDisable Check if Repo is in Detached Statea82d80aUpdate CHANGELOG3cc016cMerge pull request #375 from stefanzweifel/v6-nextddb7ae4Merge pull request #376 from Dreamsorcerer/patch-1b001e5fApply suggestions from code review6494dc6Fix PAT instructions with Dependabot7618051Add deprecated inputs to fix unbound variable issueae11462Merge pull request #371 from stefanzweifel/dependabot/npm_and_yarn/bats-1.12.03058f91Bump bats from 1.11.1 to 1.12.0- Additional commits viewable in compare view
Updates actions/download-artifact from 4.3.0 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
Updates JetBrains/qodana-action from 201551778d1453e36c5c0aa26f89a94775cb1acc to f5aa2889b113c16bd6aee47817b027537ee33ac7
Commits
f5aa288:bug: QD-11047 fix issue with quick-fixes: pull-request (#490)26b380e:bug: QD-11047 fix issue with quick-fixes in gitlab in branch mode (#482)- See full diff in compare view
Updates ossf/scorecard-action from 2.4.1 to 2.4.2
Release notes
Sourced from ossf/scorecard-action's releases.
v2.4.2
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2
Commits
05b42c6:seedling: bump docker to ghcr v2.4.2 (#1548)b225da6Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)9399f6f:seedling: Bump the docker-images group across 1 directory with 2 updates (#1...e1daa8c:seedling: Bump the github-actions group across 1 directory with 5 updates (#...9fe6511:seedling: Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)25b9cd9:seedling: Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)18cc9b8:seedling: Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)db78142:seedling: Bump the github-actions group with 2 updates (#1538)de386ed:seedling: Bump golang from 1.24.1 to 1.24.2 in the docker-images group (#1534)5b7cedb:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.18 to 3.29.11
Release notes
Sourced from github/codeql-action's releases.
v3.29.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
See the full CHANGELOG.md for more information.
v3.29.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.10 - 18 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.9 - 12 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
See the full CHANGELOG.md for more information.
v3.29.7
This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.
v3.29.6
CodeQL Action Changelog
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
No user facing changes.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
3.29.7 - 07 Aug 2025
This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
3.29.6 - 07 Aug 2025
- The
cleanup-levelinput to theanalyzeAction is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999- Update default CodeQL bundle version to 2.22.3. #3000
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
No user facing changes.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #29353.29.1 - 27 Jun 2025
... (truncated)
Commits
3c3833eMerge pull request #3052 from github/update-v3.29.11-14148a4338c4bfbdUpdate changelog for v3.29.1114148a4Merge pull request #3044 from github/update-bundle/codeql-bundle-v2.22.471b2cb3Add changelog note2bf7825Update default bundle to codeql-bundle-v2.22.4db69a51Merge pull request #3049 from github/update-supported-enterprise-server-versionsa68d47bMerge pull request #3050 from github/henrymercer/init-not-called-config-errore496ff9Make "init not called" a configuration errorfd2ea72Update supported GitHub Enterprise Server versions6dee5bcMerge pull request #3045 from github/dependabot/npm_and_yarn/npm-5b4171dd16- Additional commits viewable in compare view
Updates dorny/test-reporter from 2.0.0 to 2.1.1
Release notes
Sourced from dorny/test-reporter's releases.
v2.1.1
A bug fix release of the
test-reporteraction.What's Changed
- Use if: '!cancelled()' by
@Vampirein dorny/test-reporter#576- Update packages to latest minor releases by
@jozefizsoin dorny/test-reporter#599- Add step summary short summary by
@OlesGalatsanin dorny/test-reporter#589- Return links to summary report by
@OlesGalatsanin dorny/test-reporter#588- Add type definitions to
github-utils.tsby@jozefizsoin dorny/test-reporter#604- Configure markdown linting rules by
@jozefizsoin dorny/test-reporter#605- List only failed tests by
@jozefizsoin dorny/test-reporter#606- Add stack trace from trx to summary by
@dboriichukin dorny/test-reporter#615- Update development dependencies by
@jozefizsoin dorny/test-reporter#628- Fix error when a TestMethod element does not have a className attribute in a trx file by
@0xcedin dorny/test-reporter#623- test-reporter release v2.1.1 by
@jozefizsoin dorny/test-reporter#638New Contributors
@dboriichukmade their first contribution in dorny/test-reporter#615@0xcedmade their first contribution in dorny/test-reporter#623Full Changelog: https://github.com/dorny/test-reporter/compare/v2.1.0...v2.1.1
v2.1.0
What's Changed
- Fix broken links in report summary by
@micmarcin dorny/test-reporter#567- Increase step summary limit to 1MiB by
@OlesGalatsanin dorny/test-reporter#581- Fix for empty TRX TestDefinitions by
@OlesGalatsanin dorny/test-reporter#582- Feature: Add summary title by
@micmarcin dorny/test-reporter#568- Fix input description for list options by
@Vampirein dorny/test-reporter#572- Add Golang test parser by
@Shamus03in dorny/test-reporter#571- docs: make sure list-tests is correctly documented on action.yml by
@lucasoaresin dorny/test-reporter#577- Update npm packages by
@jozefizsoin dorny/test-reporter#583- test-reporter release v2.1.0 by
@jozefizsoin dorny/test-reporter#584New Contributors
@micmarcmade their first contribution in dorny/test-reporter#567@OlesGalatsanmade their first contribution in dorny/test-reporter#581@Vampiremade their first contribution in dorny/test-reporter#572@Shamus03made their first contribution in dorny/test-reporter#571@lucasoaresmade their first contribution in dorny/test-reporter#577Full Changelog: https://github.com/dorny/test-reporter/compare/v2.0.0...v2.1.0
Changelog
Sourced from dorny/test-reporter's changelog.
Changelog
2.1.1
- Fix error when a TestMethod element does not have a className attribute in a trx file dorny/test-reporter#623
- Add stack trace from trx to summary dorny/test-reporter#615
- List only failed tests dorny/test-reporter#606
- Add type definitions to
github-utils.tsdorny/test-reporter#604- Avoid split on undefined dorny/test-reporter#258
- Return links to summary report dorny/test-reporter#588
- Add step summary short summary dorny/test-reporter#589
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix input description for list options dorny/test-reporter#572
2.1.0
- Feature: Add summary title dorny/test-reporter#568
- Feature: Add Golang test parser dorny/test-reporter#571
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Fix input description for list options dorny/test-reporter#572
- Update npm packages dorny/test-reporter#583
2.0.0
- Parse JUnit report with detailed message in failure dorny/test-reporter#559
- Support displaying test results in markdown using GitHub Actions Job Summaries dorny/test-reporter#383
1.9.1
- Fix problematic retransmission of authentication token dorny/test-reporter#438
- Report correct number of tests in Dart dorny/test-reporter#426
- Number of completed tests mismatches passed/failed dorny/test-reporter#319
1.9.0
- Add support for Rspec (Ruby) dorny/test-reporter#398
1.8.0
- Add
SwiftXunitParserclass based onJavaJunitParserforswift-xunitreporter dorny/test-reporter#317- Use NodeJS 18 LTS as default runtime dorny/test-reporter#332
- Escape
<>characters in suite name dorny/test-reporter#236- Update actions runtime to Node20 dorny/test-reporter#315
- Update check title and remove icon dorny/test-reporter#144
1.7.0
- Fix #199: Use ✅ instead of ✔️ for better cross platform look by
@petrdvorakin dorny/test-reporter#200- Verify content of dist/ folder matches build output by
@dornyin dorny/test-reporter#207- Gracefully handle empty nested testsuite elements for JUnit. by
@rvdlaarschotin dorny/test-reporter#193- Gracefully handle empty failure tags by
@haudren-wovenin dorny/test-reporter#213- Fix #208 - java-junit: show annotations on PR changed files by
@atsu85in dorny/test-reporter#209- Only report failure if fail-on-error is set by
@trond-snekvikin dorny/test-reporter#214- Improve clarity on configuring for forkable repos by
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
github/codeql-action
actions
3.28.18 → 3.29.11
Minor
docker/build-push-action
actions
6.17.0 → 6.18.0
Minor
actions/download-artifact
actions
4.3.0 → 5.0.0
Major
JetBrains/qodana-action
actions
201551778d1453e36c5c0aa26f89a94775cb1acc → f5aa2889b113c16bd6aee47817b027537ee33ac7
actions/dependency-review-action
actions
4.7.1 → 4.7.2
Patch
step-security/harden-runner
actions
2.12.0 → 2.13.0
Minor
docker/setup-buildx-action
actions
3.10.0 → 3.11.1
Minor
stefanzweifel/git-auto-commit-action
actions
5.2.0 → 6.0.1
Major
Technical Details
| ID: | 7273347 |
| UUID: | 3353783969 |
| Node ID: | PR_kwDOOOXXG86lUKWd |
| Host: | GitHub |
| Repository: | zitadel/client-python |