Bump dependency-check/Dependency-Check_Action from 1b5d19fd4a32ff0ff982e8c9d8e27dbf7ac8a46c to 3102a65fd5f36d0000297576acc56a475b0de98d #226
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
name: CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml |