chore(deps): bump the actions-version-updates group across 1 directory with 8 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
dependencies github_actions
Bumps the actions-version-updates group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.12.0 |
2.12.1 |
| 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 |
| JetBrains/qodana-action | 201551778d1453e36c5c0aa26f89a94775cb1acc |
f5aa2889b113c16bd6aee47817b027537ee33ac7 |
| ossf/scorecard-action | 2.4.1 |
2.4.2 |
| github/codeql-action | 3.28.18 |
3.29.0 |
| dorny/test-reporter | 2.0.0 |
2.1.0 |
Updates step-security/harden-runner from 2.12.0 to 2.12.1
Release notes
Sourced from step-security/harden-runner's releases.
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
002fdceMerge pull request #544 from step-security/rc-212489e3fMerge branch 'main' into rc-2175dd441Merge pull request #555 from step-security/dependabot/github_actions/step-sec...4381aceBump step-security/publish-unit-test-result-action from 2.19.0 to 2.20.0a9da90bMerge pull request #553 from h0x0er/feat/container-workflowsa60ef21update4ad512fMerge branch 'rc-21' into feat/container-workflows6b41a39fixed test casefa70c45update agenteb47845self-hosted: refactored block-policy apply logic- 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 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.0
Release notes
Sourced from github/codeql-action's releases.
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
See the full CHANGELOG.md for more information.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis.- Update default CodeQL bundle version to 2.21.4. #2910
See the full CHANGELOG.md for more information.
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]
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #29383.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis.- Update default CodeQL bundle version to 2.21.4. #2910
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases.
... (truncated)
Commits
ce28f5bMerge pull request #2926 from github/update-v3.29.0-e8799281cbc251b7Update changelog for v3.29.0e879928Merge pull request #2925 from github/update-bundle/codeql-bundle-v2.22.0efd43b3Merge branch 'main' into update-bundle/codeql-bundle-v2.22.07cb9b16Merge pull request #2912 from github/henrymercer/bump-minimum-codeql-2.16.63855117Add changelog notef5d4e2aUpdate default bundle to codeql-bundle-v2.22.022deae8Update package-lock.jsondf2a830Merge branch 'main' into henrymercer/bump-minimum-codeql-2.16.6b1e4dc3Merge pull request #2916 from github/dependabot/npm_and_yarn/npm-5cdccdc43f- Additional commits viewable in compare view
Updates dorny/test-reporter from 2.0.0 to 2.1.0
Release notes
Sourced from dorny/test-reporter's releases.
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.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
@abelbraaksmain dorny/test-reporter#211- Suppress "Processing test results from" log by
@vasanthdharmarajin dorny/test-reporter#179- Skip listing of files if error parsing is disabled by
@dornyin dorny/test-reporter#216- Correct typo in docs by
@tangowithfoxtrotin dorny/test-reporter#254- update dependencies by
@j-cataniain dorny/test-reporter#269- Add permissions to example yml files by
@TurnrDevin dorny/test-reporter#263- add feature fail-on-empty by
@gdamsin dorny/test-reporter#243- Add dependabot configuration by
@yeikelin dorny/test-reporter#228- Bump ws from 7.3.1 to 7.5.9 in /reports/jest by
@dependabotin dorny/test-reporter#265- Bump actions/checkout from 2 to 4 by
@dependabotin dorny/test-reporter#279- Add new output for url url html by
@luisito666in dorny/test-reporter#242- Update README.md by
@IanMoroneyin dorny/test-reporter#158- Update jest-Junit part of Readme by
@ryancasburn-KAIin dorny/test-reporter#176- fix: default-valued fields are not mandatory by
@TomerFiin dorny/test-reporter#172
... (truncated)
Commits
890a17ctest-reporter release v2.1.053f5051test-reporter release v2.1.0d6ff56aMerge pull request #583 from dorny/chore/update_packagesb0baeedRebuild distebe4a9bUpgrade npm packages4a3cfcdUpgradetypescriptto v5.8.384bcb5dMerge pull request #577 from lucasoares/patch-1a8c55a3Merge pull request #571 from Shamus03/feature/golang-json-parsera0398fbCorrect behavior for test cases with slashes34f1c56register parser and update readme- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
11
+18
-18
Package Dependencies
github/codeql-action
actions
3.28.18 → 3.29.0
Minor
docker/build-push-action
actions
6.17.0 → 6.18.0
Minor
JetBrains/qodana-action
actions
201551778d1453e36c5c0aa26f89a94775cb1acc → f5aa2889b113c16bd6aee47817b027537ee33ac7
step-security/harden-runner
actions
2.12.0 → 2.12.1
Patch
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: | 1988765 |
| UUID: | 2609531462 |
| Node ID: | PR_kwDOOOXXG86bikpG |
| Host: | GitHub |
| Repository: | zitadel/client-python |
| Merge State: | Unknown |