File tree 5 files changed +21
-7
lines changed
5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+
4
+ # Maintain dependencies for GitHub Actions
5
+ - package-ecosystem : " github-actions"
6
+ directory : " /"
7
+ schedule :
8
+ interval : " weekly"
9
+
10
+ # Maintain dependencies for npm
11
+ - package-ecosystem : " maven"
12
+ directory : " /"
13
+ commit-message :
14
+ prefix : " chore"
15
+ schedule :
16
+ interval : " weekly"
Original file line number Diff line number Diff line change 12
12
branches : [ master, main ]
13
13
14
14
permissions :
15
- packages : write
16
15
contents : read
17
16
18
17
jobs :
19
18
build :
20
19
21
20
runs-on : ubuntu-latest
21
+ permissions :
22
+ packages : write
22
23
23
24
steps :
24
25
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches : [ master, main ]
5
5
permissions :
6
- packages : write
7
6
contents : read
8
7
9
8
jobs :
15
14
ports :
16
15
- 8013:8013
17
16
17
+ permissions :
18
+ packages : write
18
19
steps :
19
20
- name : Check out the code
20
21
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name: "Code Scanning - Action"
3
3
# Docs for this at https://github.com/github/codeql-action#usage
4
4
5
5
on :
6
- # push:
7
- # branches: [main]
8
- # pull_request:
9
- # branches: [main]
10
6
schedule :
11
7
# ┌───────────── minute (0 - 59)
12
8
# │ ┌───────────── hour (0 - 23)
Original file line number Diff line number Diff line change 145
145
<dependency >
146
146
<groupId >io.cucumber</groupId >
147
147
<artifactId >cucumber-bom</artifactId >
148
- <version >7.8.0 </version >
148
+ <version >7.8.1 </version >
149
149
<type >pom</type >
150
150
<scope >import</scope >
151
151
</dependency >
You can’t perform that action at this time.
0 commit comments