From f94a60697cc5a16645eeb0b958388de314ca4fd8 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Tue, 18 Jun 2024 18:33:53 +0200 Subject: [PATCH] checkton: pin to v0.1.0-alpha release Signed-off-by: Adam Cmiel --- .github/workflows/checkton.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkton.yaml b/.github/workflows/checkton.yaml index b5b8d1d908..3d9fddcbc6 100644 --- a/.github/workflows/checkton.yaml +++ b/.github/workflows/checkton.yaml @@ -16,7 +16,7 @@ jobs: - name: Run Checkton id: checkton - uses: chmeliik/checkton@main + uses: chmeliik/checkton@v0.1.0-alpha.2 with: # Let there be green. GitHub's code scanning will do the reporting. fail-on-findings: false