Skip to content

Commit f9eaf23

Browse files
authored
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 <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>
1 parent f1321ec commit f9eaf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v7
41+
uses: super-linter/super-linter/slim@v7.2.1
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
steps:
6565
- uses: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74 # predicate@1.1.4
6666
id: generate-build-provenance-predicate
67-
- uses: actions/attest@v2.2.0
67+
- uses: actions/attest@v2.2.1
6868
id: attest
6969
with:
7070
subject-path: ${{ inputs.subject-path }}

0 commit comments

Comments
 (0)