Skip to content

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 #1675

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7

build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 #1675

Workflow file for this run

name: Build CI
on:
push:
branches:
- 'master' # Default branch
- 'feature-**' # Feature branches
pull_request:
branches:
- 'master' # Default branch
- 'feature-**' # Feature branches
workflow_dispatch:
jobs:
call-build:
uses: ./.github/workflows/_meta-build.yaml
with:
app-version: 'snapshot'
publish-container: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'feature-') }}
ref-name: ${{ github.ref_name }}
secrets:
registry-0-usr: ${{ secrets.HUB_USERNAME }}
registry-0-psw: ${{ secrets.HUB_ACCESS_TOKEN }}