Skip to content

Commit 51489be

Browse files
dependabot[bot]poiana
authored andcommitted
chore(deps): Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [ansible/ansible-lint](https://github.com/ansible/ansible-lint) and [docker/login-action](https://github.com/docker/login-action). Updates `ansible/ansible-lint` from 25.6.1 to 25.7.0 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@06f616d...9765b87) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: 25.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e711072 commit 51489be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Run ansible-lint
16-
uses: ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413 # v25.6.1
16+
uses: ansible/ansible-lint@36075fad72d67ca74facfb2e5436a2428a4b5d5d # v25.12.0
1717
with:
1818
working_directory: "${{ github.workspace }}/ansible-playbooks"
1919
requirements_file: "${{ github.workspace }}/requirements.yml"

.github/workflows/reusable_build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Login to Github Packages
3434
if: inputs.push
35-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
35+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)