Skip to content

Commit

Permalink
Bump actions/attest from 2.2.0 to 2.2.1 (#481)
Browse files Browse the repository at this point in the history
* bump actions/attest from v2.2.0 to v2.2.1

Signed-off-by: Brian DeHamer <bdehamer@github.com>

* pin super-linter action to v7.2.1

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer authored Feb 26, 2025
1 parent f1321ec commit f9eaf23
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -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/**/*
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit f9eaf23

Please sign in to comment.