diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 081d514..5b1bade 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -8,4 +8,4 @@ name: Integration tests jobs: integration-tests: - uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@738f25b8d5ee671dcc8ba76aa29365ffd690309a # v3.0.0 + uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@81cb7f29881911c56f33a82d1e25dc26e0e13636 # v3.0.2 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b6e8df2..f3dff2d 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@9d45c9543143867ed630d08326983ddc08e8ea76 # main