diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9233225..5570a73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: pre-commit/action@v3.0.0 - name: Setup diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a6d7f3..b3a2daa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: additional_dependencies: [rake] args: [-s, .markdownlint.rb] - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 36.96.3 + rev: 36.107.2 hooks: - id: renovate-config-validator - repo: https://github.com/antonbabenko/pre-commit-terraform @@ -39,6 +39,6 @@ repos: - id: terraform_fmt - id: terraform_validate - repo: https://github.com/ansible-community/ansible-lint.git - rev: v6.19.0 + rev: v6.20.0 hooks: - id: ansible-lint