ci(deps): bump the github-actions group with 7 updates - #3048
Conversation
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `7.0.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `7.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action) | `1.17.0` | `1.18.0` | | [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `9.0.0` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `16` | `21` | | [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) | `7.0.0` | `8.2.1` | Updates `actions/checkout` from 4.3.1 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.1...3d3c42e) Updates `actions/setup-python` from 5.6.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...5fda3b9) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `ansible-community/ansible-test-gh-action` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/ansible-community/ansible-test-gh-action/releases) - [Commits](ansible-community/ansible-test-gh-action@d3a8ec7...6ded727) Updates `actions/github-script` from 7.1.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) Updates `dawidd6/action-download-artifact` from 16 to 21 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@2536c51...b6e2e70) Updates `SonarSource/sonarqube-scan-action` from 7.0.0 to 8.2.1 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@a31c939...2291811) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ansible-community/ansible-test-gh-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
|
|
✔️ ansible-galaxy-importer SUCCESS in 8m 27s |
|
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 40s |
Backport to stable-11: 💔 creation of the backport PR failed❌ Backport PR branch: Validation Failed: 'body is too long (maximum is 65536 characters)' Backporting merged PR #3048 into main
🤖 @patchback |
…3049) (#3050) Backport of PRs #3048 and #3049 from main to stable-11. Complete the Dependabot update cycle started in #3029/#3047 by updating all GitHub Actions to their latest versions and adding security hardening with persist-credentials: false. Changes: - actions/checkout: v4/v6 → v7.0.1 - actions/setup-python: v5 → v7.0.0 - actions/upload-artifact: v4 → v7.0.1 - actions/github-script: v7 → v9.0.0 - ansible-test-gh-action: v1.17.0 → v1.18.0 - dawidd6/action-download-artifact: v16 → v21 - SonarSource/sonarqube-scan-action: unversioned → v8.2.1 - ansible-network/github_actions workflows: 446d458 → 4678c74 (2026-07-31) - ansible-community/github-docs-build: ea28abe → d69f901 (2026-07-21) Security improvements: - Add persist-credentials: false to all checkout actions Integration workflow adjustments: - Lock ansible_version to stable-2.20 to prevent breaking changes in newer ansible-core versions from blocking stable-11 backports - Use Python 3.12 (stable version for stable-11 compatibility) Co-authored-by: Claude Sonnet 4.5 <[email protected]>
…3049) (#3050) (#3051) Backport of PRs #3048 and #3049 from main to stable-10. Complete the Dependabot update cycle started in #3029/#3047 by updating all GitHub Actions to their latest versions and adding security hardening with persist-credentials: false. Changes: - actions/checkout: v4/v6 → v7.0.1 - actions/setup-python: v5 → v7.0.0 - actions/upload-artifact: v4 → v7.0.1 - actions/github-script: v7 → v9.0.0 - ansible-test-gh-action: v1.17.0 → v1.18.0 - dawidd6/action-download-artifact: v16 → v21 - SonarSource/sonarqube-scan-action: unversioned → v8.2.1 - ansible-network/github_actions workflows: 446d458 → 4678c74 (2026-07-31) - ansible-community/github-docs-build: ea28abe → d69f901 (2026-07-21) Security improvements: - Add persist-credentials: false to all checkout actions Integration workflow adjustments: - Lock ansible_version to stable-2.18 to prevent breaking changes in newer ansible-core versions from blocking stable-10 backports - Use Python 3.12 (stable version for stable-10 compatibility) Co-authored-by: Claude Sonnet 4.5 <[email protected]>



Bumps the github-actions group with 7 updates:
4.3.17.0.15.6.07.0.04.6.27.0.11.17.01.18.07.1.09.0.016217.0.08.2.1Updates
actions/checkoutfrom 4.3.1 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 5.6.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)ece7cb0Fix pip cache error handling on Windows. (#1040)1d18d7aUpdate advanced-usage.md (#811)Updates
actions/upload-artifactfrom 4.6.2 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
ansible-community/ansible-test-gh-actionfrom 1.17.0 to 1.18.0Release notes
Sourced from ansible-community/ansible-test-gh-action's releases.
Commits
6ded727Merge pull request #126 from ansible-community/dependabot/github_actions/acti...e0d4c98Bump actions/checkout from 6 to 76c86f3fMerge pull request #125 from felixfontein/ansible-core48b041fMerge pull request #122 from ansible-community/dependabot/github_actions/code...3272591Merge pull request #124 from felixfontein/fix-pre-commitc0626dfBump default ansible-core to 2.217dfd27aSupport ansible-core 2.20 and 2.21c8e46eaBump pre-commit flake8 additional deps13e4993Bump codecov/codecov-action from 6.0.1 to 7.0.08b1ac34Merge pull request #119 from ansible-community/dependabot/github_actions/code...Updates
actions/github-scriptfrom 7.1.0 to 9.0.0Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
dawidd6/action-download-artifactfrom 16 to 21Release notes
Sourced from dawidd6/action-download-artifact's releases.
... (truncated)
Commits
b6e2e70node_modules: update (#405)1708cb3Download artifacts in creation order (#398)00b585abuild(deps): bump filesize from 11.0.16 to 11.0.17 (#404)0414c42build(deps): bump@actions/corefrom 3.0.0 to 3.0.1 (#401)c802aadbuild(deps): bump@actions/githubfrom 9.1.0 to 9.1.1 (#400)ef06691build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 (#402)026702ebuild(deps): bump filesize from 11.0.15 to 11.0.16 (#399)09d0677build(deps): bump@actions/githubfrom 9.0.0 to 9.1.0 (#396)8305c0fnode_modules: update (#395)542af03build(deps): bump lodash from 4.17.23 to 4.18.1 (#394)Updates
SonarSource/sonarqube-scan-actionfrom 7.0.0 to 8.2.1Release notes
Sourced from SonarSource/sonarqube-scan-action's releases.
... (truncated)
Commits
2291811SQSCANGHA-156 GPG signature verification fails when temporary directory path ...7cdc154SQSCANGHA-153 NO-JIRA Bump actions/checkout from 6.0.2 to 7.0.0 (#255)45f2736SQSCANGHA-151 Change Code Owners (#254)7138816SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows (#251)3581139SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4...c9d327cSQSCANGHA-84 Remove outdated wget/curl referencesb243e51SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support375c3f5SQSCANGHA-149 Add scannerBinariesAuthHeader input for authenticated binary do...9c78323SQSCANGHA-144 Add gate jobs to QA workflows for branch protection7006c44Update SonarScanner CLI to 8.1.0.6389Dependabot 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 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 con...Description has been truncated