From f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 26 Feb 2025 12:57:26 -0800 Subject: [PATCH] Bump actions/attest from 2.2.0 to 2.2.1 (#481) * bump actions/attest from v2.2.0 to v2.2.1 Signed-off-by: Brian DeHamer * pin super-linter action to v7.2.1 Signed-off-by: Brian DeHamer --------- Signed-off-by: Brian DeHamer --- .github/workflows/linter.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1d9f2d3..4f29ace 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/**/* diff --git a/action.yml b/action.yml index 4826a30..8c979d2 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 }}