You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/23 18:25:24 UTC

[maven-dependency-plugin] branch master updated: Use Shared GitHub Actions v2

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new fa220bf  Use Shared GitHub Actions v2
fa220bf is described below

commit fa220bf0f26b9062b14801c007069f0e34654966
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 23 19:25:21 2022 +0100

    Use Shared GitHub Actions v2
---
 .github/workflows/{maven.yml => maven-verify.yml} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml
similarity index 92%
rename from .github/workflows/maven.yml
rename to .github/workflows/maven-verify.yml
index 41d662d..bbd7786 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-verify.yml
@@ -14,15 +14,14 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-name: Java CI
+
+name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2