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 }}