Skip to content

Commit e1fe3c7

Browse files
authored
Merge branch 'master' into pbrfixes
2 parents 70202c4 + 41c6ef4 commit e1fe3c7

162 files changed

Lines changed: 3621 additions & 1388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "gradle" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
cooldown:
13+
default-days: 30
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
cooldown:
19+
default-days: 30
20+
open-pull-requests-limit: 5
21+
commit-message:
22+
prefix: "ci"
23+
labels:
24+
- "dependencies"
25+
- "github-actions"

.github/workflows/bounty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: startsWith(github.event.label.name, 'diff:')
1515
steps:
1616
- name: Comment bounty info
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8.0.0
1818
env:
1919
FORUM_URL: "https://hub.jmonkeyengine.org/t/bounty-program-trial-starts-today/49394/"
2020
RESERVE_HOURS: "48"

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
if: ${{ false }}
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6.0.2
1212
with:
1313
fetch-depth: 0
1414
- name: Prettify code
15-
uses: creyD/prettier_action@v4.3
15+
uses: creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # v4.6
1616
with:
1717
prettier_options: --tab-width 4 --print-width 110 --write **/**/*.java
1818
prettier_version: "2.8.8"

0 commit comments

Comments
 (0)