Merge pull request #209 from modeseven-lfit/action-sha-pin-validation #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# SPDX-License-Identifier: Apache-2.0 | |
# SPDX-FileCopyrightText: 2024 The Linux Foundation | |
name: Verify Maven Workflows | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
test-maven-verify: | |
uses: ./.github/workflows/compose-maven-verify.yaml | |
with: | |
GERRIT_BRANCH: ${{ github.ref }} | |
GERRIT_CHANGE_ID: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b | |
MVN_POM_FILE: test/maven-project/pom.xml | |
MVN_GLOBAL_SETTINGS: "<settings/>" |