From ad72b483537ba4e57de8d99df9b6e4c9237e8465 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Tue, 29 Jul 2025 19:16:37 -0300 Subject: [PATCH] chore: pin upstream gha release Signed-off-by: Felipe Zipitria --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7420617..da62265 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@main # yamllint disable-line rule:line-length + uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@v2.0.0 # yamllint disable-line rule:line-length