Skip to content

Commit f11982d

Browse files
authored
Merge branch 'master' into docs/migrate-claude-md-to-skills
2 parents 2f27f50 + 8ecaa95 commit f11982d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/maven-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v7
2222

2323
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
24-
uses: actions/setup-java@v5.4.0
24+
uses: actions/setup-java@v5.6.0
2525
with:
2626
java-version: ${{ env.JAVA_VERSION }}
2727
distribution: "temurin"
@@ -80,18 +80,18 @@ jobs:
8080
echo "✅ Tag: v$SEMVER - $CLUB"
8181
8282
- name: Log in to GitHub Container Registry
83-
uses: docker/login-action@v4.2.0
83+
uses: docker/login-action@v4.5.1
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Set up Docker Buildx
90-
uses: docker/setup-buildx-action@v4.1.0
90+
uses: docker/setup-buildx-action@v4.2.0
9191

9292
- name: Build and push Docker image to GitHub Container Registry
9393
id: push
94-
uses: docker/build-push-action@v7.2.0
94+
uses: docker/build-push-action@v7.3.0
9595
with:
9696
context: .
9797
push: true
@@ -137,7 +137,7 @@ jobs:
137137
} >> "$GITHUB_OUTPUT"
138138
139139
- name: Create GitHub Release
140-
uses: softprops/action-gh-release@v3.0.1
140+
uses: softprops/action-gh-release@v3.0.2
141141
with:
142142
name: "v${{ steps.tag.outputs.semver }} - ${{ steps.tag.outputs.club }} 🏆"
143143
body: |

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
25-
uses: actions/setup-java@v5.4.0
25+
uses: actions/setup-java@v5.6.0
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
2828
distribution: "temurin"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.xerial</groupId>
158158
<artifactId>sqlite-jdbc</artifactId>
159-
<version>3.53.2.0</version>
159+
<version>3.53.2.1</version>
160160
<scope>runtime</scope>
161161
</dependency>
162162
<!-- Hibernate Community Dialects ==================================== -->

0 commit comments

Comments
 (0)