From 30b157ff45983873d04a114fe735deb72bb73568 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 12 Feb 2025 20:44:06 +0100 Subject: [PATCH] Ensure `cache: 'maven'` is tested. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8a2a58..ae060b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -470,6 +470,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} components: ${{ matrix.components }} native-image-enable-sbom: 'true' + cache: 'maven' - name: Build Maven project and verify that SBOM was generated and its contents run: | cd __tests__/sbom/main-test-app