From 3ca825fff239a4705fba1b95be7c150055fc151e Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 26 Feb 2025 12:09:28 -0800 Subject: [PATCH 1/2] bump actions/attest from v2.2.0 to v2.2.1 Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4826a306..8c979d23 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: steps: - uses: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74 # predicate@1.1.4 id: generate-build-provenance-predicate - - uses: actions/attest@v2.2.0 + - uses: actions/attest@v2.2.1 id: attest with: subject-path: ${{ inputs.subject-path }} From 4f93b829e88516d5c352bfc1c6224783a2897669 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 26 Feb 2025 12:09:53 -0800 Subject: [PATCH 2/2] pin super-linter action to v7.2.1 Signed-off-by: Brian DeHamer --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1d9f2d3a..4f29ace7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,7 +38,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v7.2.1 env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/*