From 67fde6748901dd1f58b685b41fe59fc7644b84d5 Mon Sep 17 00:00:00 2001 From: ArturRibeiro-CX Date: Sat, 1 Mar 2025 18:05:35 +0000 Subject: [PATCH] test regal with version statement --- .github/workflows/validate-rego.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validate-rego.yaml b/.github/workflows/validate-rego.yaml index 222901962eb..9e6e08c7438 100644 --- a/.github/workflows/validate-rego.yaml +++ b/.github/workflows/validate-rego.yaml @@ -11,14 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - name: Setup Regal uses: StyraInc/setup-regal@33a142b1189004e0f14bf42b15972c67eecce776 #v1.0.0 - with: - version: v0.31.0 - name: Run Regal Linter run: regal lint --format=github assets --config-file=assets/.regal/config.yml