Add support for ClickHouse health check #2
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
# This workflow is centrally managed in | ||
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-dependency-review.yml | ||
# This workflow is for dependency review. It is used to check vulnerability in dependencies before merging the PR. | ||
# It is managed by squad-application-security. | ||
--- | ||
name: Dependency Review PR | ||
on: [pull_request] | ||
jobs: | ||
pull_request_review: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
name: Dependency Review | ||
uses: hellofresh/ghas-rules/.github/workflows/dependency-review-reusable.yml@master | ||
Check failure on line 18 in .github/workflows/hf_pr-dependency-review.yml GitHub Actions / .github/workflows/hf_pr-dependency-review.ymlInvalid workflow file
|