File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- run : tar -zxf ../build/logstash-*.tar.gz
18
18
working-directory : ./scan
19
19
- name : scan image
20
- uses : anchore/scan-action@v3
20
+ uses : anchore/scan-action@v6
21
21
with :
22
22
path : " ./scan"
23
23
fail-build : true
Original file line number Diff line number Diff line change 22
22
main :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Set up Ruby
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Set up Node.js
18
- uses : actions/setup-node@v3
18
+ uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 16.13.2
21
21
cache : npm
38
38
echo "::set-output name=LINT_RESULT::$LINT"
39
39
40
40
- name : Add PR comment
41
- uses : actions/github-script@v6
41
+ uses : actions/github-script@v7
42
42
with :
43
43
github-token : ${{ secrets.GITHUB_TOKEN }}
44
44
script : |
58
58
}
59
59
60
60
- name : Throw error if linter fails
61
- uses : actions/github-script@v6
61
+ uses : actions/github-script@v7
62
62
with :
63
63
script : |
64
64
const report = `${{ steps.run_docs_lint.outputs.LINT_RESULT }}`
You can’t perform that action at this time.
0 commit comments