Skip to content

Commit

Permalink
feat: test new pipeline version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0b1t authored Dec 13, 2022
1 parent 8dca3c6 commit ad44658
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
interval: weekly
ignore:
- dependency-name: "gitleaks/gitleaks-action"
versions: ["2.x"]
update-types: ["version-update:semver-major"]

# Maintain dependencies for docker
- package-ecosystem: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
verify:
name: Maven Verify
uses: backbase/workflows/.github/workflows/maven-verify.yml@main
uses: backbase/workflows/.github/workflows/maven-verify.yml@v0.1.0
secrets:
maven-username: ${{ secrets.MAVEN_USERNAME }}
maven-password: ${{ secrets.MAVEN_PASSWORD }}
5 changes: 5 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
if: github.event_name == 'pull_request'
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Docker Release
uses: backbase/workflows/.github/workflows/maven-docker-release.yml@main
uses: backbase/workflows/.github/workflows/maven-docker-release.yml@v0.1.0
with:
version: ${GITHUB_REF##*v}
secrets:
Expand Down

0 comments on commit ad44658

Please sign in to comment.