Skip to content

Commit

Permalink
chore: fix pgp-verify-plugin version to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
randomicecube committed Jan 15, 2025
1 parent 9d4d110 commit 5a3be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/static_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def check_code_signature(package_name, package_version, pm):
# TODO: find a package where we can check this, because with spoon everything is fine
def check_maven_signature(package_name, package_version):
# Construct the command
command = f"mvn org.simplify4u.plugins:pgpverify-maven-plugin:show -Dartifact={package_name}:{package_version}"
command = f"mvn org.simplify4u.plugins:pgpverify-maven-plugin:1.18.2:show -Dartifact={package_name}:{package_version}"

# Run the command
output = subprocess.run(command, shell=True, capture_output=True, text=True)
Expand Down

1 comment on commit 5a3be7e

@algomaster99
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.