From 45426d0b7c7a2c680599b15b0db52baf36e8aa2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:09:52 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies in .github/workflows/lint.yml --- .github/workflows/integration.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e73be05..0b735e7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,4 +4,4 @@ name: Integration tests jobs: integration-tests: - uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@dc6ec812db88f222ad2ca435f9bdb4e9f7a577a1 # v3.0.1 # yamllint disable-line rule:line-length + uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@81cb7f29881911c56f33a82d1e25dc26e0e13636 # v3.0.2 # yamllint disable-line rule:line-length diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b6e8df2..bf8d758 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,4 +3,4 @@ on: [push, pull_request] # yamllint disable-line rule:truthy jobs: plugin-lint: - uses: coreruleset/crs-plugin-test-action/.github/workflows/lint.yaml@7e1ee6d07105ae3cb6eec95e45acb5e1a895e3d4 # main + uses: coreruleset/crs-plugin-test-action/.github/workflows/lint.yaml@81cb7f29881911c56f33a82d1e25dc26e0e13636 # main