diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index d0d03fb..779a03e 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Run ansible-lint - uses: ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413 # v25.6.1 + uses: ansible/ansible-lint@36075fad72d67ca74facfb2e5436a2428a4b5d5d # v25.12.0 with: working_directory: "${{ github.workspace }}/ansible-playbooks" requirements_file: "${{ github.workspace }}/requirements.yml" diff --git a/.github/workflows/reusable_build_images.yml b/.github/workflows/reusable_build_images.yml index a34c8a4..18394da 100644 --- a/.github/workflows/reusable_build_images.yml +++ b/.github/workflows/reusable_build_images.yml @@ -32,7 +32,7 @@ jobs: - name: Login to Github Packages if: inputs.push - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}