Skip to content

Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information #354

Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information

Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information #354

name: "On PR updated"
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
linting-and-checks:
name: "Linting and checks"
uses: ./.github/workflows/linting-and-checks.yaml
tests:
name: "Tests"
uses: ./.github/workflows/tests.yaml