This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 8772c8d  Remove unused parameter
8772c8d is described below

commit 8772c8d1c07b38e986c88343a78a4c46537ff807
Author: Piotr P. Karwasz <piotr.git...@karwasz.org>
AuthorDate: Wed Oct 11 21:03:44 2023 +0200

    Remove unused parameter
---
 .github/workflows/scorecards-analysis-reusable.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/scorecards-analysis-reusable.yaml 
b/.github/workflows/scorecards-analysis-reusable.yaml
index 22b1621..da82ede 100644
--- a/.github/workflows/scorecards-analysis-reusable.yaml
+++ b/.github/workflows/scorecards-analysis-reusable.yaml
@@ -19,11 +19,6 @@ name: scorecards-analysis
 
 on:
   workflow_call:
-    inputs:
-      java-version:
-        description: The Java compiler version
-        default: 17
-        type: string
 
 jobs:
 

Reply via email to