fix(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.80 - autoclosed #286
Workflow file for this run
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: 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 |