We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 924252b + 71567da commit bcaf7c6Copy full SHA for bcaf7c6
2 files changed
.github/dependabot.yml
@@ -5,8 +5,8 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "github-actions"
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
.github/workflows/build.yml
@@ -15,10 +15,10 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19
20
- name: Setup Java
21
- uses: actions/setup-java@v5
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
22
with:
23
distribution: 'microsoft'
24
java-version: '25'
0 commit comments