Skip to content

Commit a63cfcc

Browse files
authored
bump @actions/attest from 1.5.0 to 1.6.0 (#217)
* bump @actions/attest from 1.5.0 to 1.6.0 Signed-off-by: Brian DeHamer <[email protected]> * pin superlinter to v7.2.1 Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: Brian DeHamer <[email protected]>
1 parent 516fe22 commit a63cfcc

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
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/**/*

dist/index.js

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "actions/attest",
33
"description": "Generate signed attestations for workflow artifacts",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "",
66
"private": true,
77
"homepage": "https://github.com/actions/attest",
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"dependencies": {
72-
"@actions/attest": "^1.5.0",
72+
"@actions/attest": "^1.6.0",
7373
"@actions/core": "^1.11.1",
7474
"@actions/github": "^6.0.0",
7575
"@actions/glob": "^0.5.0",

0 commit comments

Comments
 (0)