Skip to content

chore(deps): update github/codeql-action action to v3.26.3 #9

chore(deps): update github/codeql-action action to v3.26.3

chore(deps): update github/codeql-action action to v3.26.3 #9

Workflow file for this run

---
name: Publish
on:
push:
branches:
- master
workflow_dispatch: {}
concurrency:
# only run one publishing at a time to avoid conflicts
group: publish-${{ github.ref }}
jobs:
publish:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@feat/multi-module-improvements
with:
java-version: 17
multi-module: true
skip-scan: true
build-tasks: 'clean spotlessCheck check'
secrets:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}