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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-05 21:13:03 +01:00 committed by GitHub
parent 24431466c5
commit 7f2cbd4af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,6 @@ jobs:
- name: Run ansible-lint - name: Run ansible-lint
if: steps.check.outputs.has_files == 'true' if: steps.check.outputs.has_files == 'true'
uses: ansible/ansible-lint@v25 uses: ansible/ansible-lint@v26
with: with:
working_directory: ansible/ working_directory: ansible/

View file

@ -89,7 +89,7 @@ jobs:
- name: Post plan as PR comment - name: Post plan as PR comment
if: github.actor != 'dependabot[bot]' if: github.actor != 'dependabot[bot]'
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');