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 <bdehamer@github.com> * pin superlinter to v7.2.1 Signed-off-by: Brian DeHamer <bdehamer@github.com> --------- Signed-off-by: Brian DeHamer <bdehamer@github.com>
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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)