Skip to content

fix(deps): update dependency io.projectreactor:reactor-core to v3.7.2 - autoclosed #285

fix(deps): update dependency io.projectreactor:reactor-core to v3.7.2 - autoclosed

fix(deps): update dependency io.projectreactor:reactor-core to v3.7.2 - autoclosed #285

# SPDX-FileCopyrightText: 2024 Digg - The Agency for Digital Government
#
# SPDX-License-Identifier: CC0-1.0
name: eudiw-wallet-issuer-poc workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
commitlint:
uses: ./.github/workflows/commitlint.yml
dependencyreviewlint:
uses: ./.github/workflows/dependencyreview.yml
misclint:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/misclint.yml
# license:
# uses: ./.github/workflows/license.yml
test:
permissions:
contents: read
packages: read
if: always()
needs: [commitlint, dependencyreviewlint]
uses: ./.github/workflows/test.yml