Skip to content

Commit ff75ef8

Browse files
authored
Merge branch 'master' into dependabot/maven/org.springdoc-springdoc-openapi-starter-webmvc-ui-3.1.0
2 parents 33117c9 + 99e98c6 commit ff75ef8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions/checkout@v7
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v4
37+
uses: github/codeql-action/init@v4.37.4
3838
with:
3939
languages: ${{ matrix.language }}
4040
build-mode: ${{ matrix.build-mode }}
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v4
43+
uses: github/codeql-action/analyze@v4.37.4
4444
with:
4545
category: "/language:${{matrix.language}}"

.github/workflows/maven-cd.yml

Lines changed: 2 additions & 2 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.6.0
24+
uses: actions/setup-java@v6.0.0
2525
with:
2626
java-version: ${{ env.JAVA_VERSION }}
2727
distribution: "temurin"
@@ -80,7 +80,7 @@ jobs:
8080
echo "✅ Tag: v$SEMVER - $CLUB"
8181
8282
- name: Log in to GitHub Container Registry
83-
uses: docker/login-action@v4.5.1
83+
uses: docker/login-action@v4.6.0
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

.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.6.0
25+
uses: actions/setup-java@v6.0.0
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
2828
distribution: "temurin"

0 commit comments

Comments
 (0)