From 36c741c3c32b3b0e8dd882e53d208530379ff403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 10 Jan 2024 17:01:59 +0100 Subject: [PATCH] ci: bump SELint version to 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Göttsche --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96605d8e2..7819c9076 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,8 +28,7 @@ jobs: uses: actions/checkout@v3 with: repository: SELinuxProject/selint - # support exclusions in interface arguments - ref: 'v1.3.0' + ref: 'v1.5.0' path: selint - name: Build SELint