Merge remote-tracking branch 'upstream/main' into main #5
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-FileCopyrightText: 2023 Paul Schaub <[email protected]> | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
name: Dependencies | |
on: | |
push: | |
jobs: | |
build: | |
name: Dependencies | |
runs-on: ubuntu-latest | |
permissions: # The Dependency Submission API requires write permission | |
contents: write | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v3 | |
- name: Run snapshot action | |
uses: mikepenz/[email protected] | |
with: | |
gradle-build-module: |- | |
:pgpainless-core | |
:pgpainless-sop | |
:pgpainless-cli | |
sub-module-mode: |- | |
INDIVIDUAL_DEEP |