Skip to content

Commit 65e0e16

Browse files
authored
Merge pull request #245 from slachiewicz/gha-refresh
Bump GH Actions versions and add Dependabot to monitor our dependencies.
2 parents 76fa4fa + 9d08ab9 commit 65e0e16

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Please see the documentation for all configuration options:
2+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "maven"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
33

44
name: Java CI with Maven
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [push, pull_request]
117

128
jobs:
139
build:
1410

1511
runs-on: ubuntu-latest
1612

1713
steps:
18-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1915
- name: Set up JDK 11
20-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v3
2117
with:
2218
# TODO: Revert to '11'.
2319
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028

0 commit comments

Comments
 (0)