Skip to content

Commit c9e26fa

Browse files
committed
security: update github actions and keep updated
1 parent 40c0444 commit c9e26fa

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
8+
# TODO - add maven dependabot if community agrees it's useful

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2024 Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -25,11 +25,11 @@ jobs:
2525

2626
steps:
2727
- name: Checkout for build
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
fetch-depth: 0
3131
- name: Set up compile JDK
32-
uses: actions/setup-java@v4
32+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
3333
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
3434
distribution: 'temurin'
3535
java-version: 17

0 commit comments

Comments
 (0)