fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to b0d2947 #5785
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: "Validate OpenAPI-Specifications" | |
on: | |
pull_request: | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main | |
steps: | |
- name: Get Repository content | |
uses: actions/checkout@v4 | |
- name: Validating OpenAPI Specifications | |
shell: bash | |
run: | | |
#! /usr/bin/env bash | |
set -eu -o pipefail | |
make validate-openapi-specs |