From 7f2cbd4af1bf6dd5facb5a8f92681b709b41e67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:13:03 +0100 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates (#117) Bumps the github-actions group with 2 updates in the / directory: [ansible/ansible-lint](https://github.com/ansible/ansible-lint) and [actions/github-script](https://github.com/actions/github-script). Updates `ansible/ansible-lint` from 25 to 26 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v25...v26) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ansible/ansible-lint dependency-version: '26' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint-ansible.yml | 2 +- .github/workflows/validate-terraform.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-ansible.yml b/.github/workflows/lint-ansible.yml index 62dfb26..8331e8d 100644 --- a/.github/workflows/lint-ansible.yml +++ b/.github/workflows/lint-ansible.yml @@ -22,6 +22,6 @@ jobs: - name: Run ansible-lint if: steps.check.outputs.has_files == 'true' - uses: ansible/ansible-lint@v25 + uses: ansible/ansible-lint@v26 with: working_directory: ansible/ diff --git a/.github/workflows/validate-terraform.yml b/.github/workflows/validate-terraform.yml index 58ae8b1..6daf4dd 100644 --- a/.github/workflows/validate-terraform.yml +++ b/.github/workflows/validate-terraform.yml @@ -89,7 +89,7 @@ jobs: - name: Post plan as PR comment if: github.actor != 'dependabot[bot]' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');