From 349a8cc30d115903a1b043a4ba9afdcc390dbe26 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 20 Feb 2024 09:28:19 +0100 Subject: [PATCH] ci: checkout full history for super-linter workflow super-linter needs the full git history to get the list of files that changed across commits. Signed-off-by: Niels de Vos --- .github/workflows/lint-extras.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-extras.yaml b/.github/workflows/lint-extras.yaml index 9d66542b7..c7cc5dd30 100644 --- a/.github/workflows/lint-extras.yaml +++ b/.github/workflows/lint-extras.yaml @@ -18,6 +18,8 @@ jobs: steps: - name: checkout source uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Lint Code Base uses: super-linter/super-linter/slim@v6