Skip to content

Commit

Permalink
Update dependency org.asciidoctor:asciidoctor-maven-plugin to v3 (#442)
Browse files Browse the repository at this point in the history
* Update dependency org.asciidoctor:asciidoctor-maven-plugin to v3

* Manual codeql mvn build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: F43nd1r <[email protected]>
  • Loading branch information
renovate[bot] and F43nd1r authored Feb 16, 2024
1 parent d774f5b commit b5f9ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
#- name: Autobuild
# uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,9 +68,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
- name: Build with Maven
run: ./mvnw clean package -f pom.xml -B -V -e -DskipTests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- plugin versions-->
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<git-commit-id-plugin.version>7.0.0</git-commit-id-plugin.version>
<asciidoctor-maven-plugin.version>2.2.6</asciidoctor-maven-plugin.version>
<asciidoctor-maven-plugin.version>3.0.0</asciidoctor-maven-plugin.version>
<asciidoctor-extensions-spring-boot>0.6.3</asciidoctor-extensions-spring-boot>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
Expand Down

0 comments on commit b5f9ea9

Please sign in to comment.