Skip to content

chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to 45a63d9 #6233

chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to 45a63d9

chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to 45a63d9 #6233

name: "Validate OpenAPI-Specifications"
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:45a63d9bf65358d33fafae13feb568facb255d330af059dd16d4cbaab0a4fca3
steps:
- name: Get Repository content
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Validating OpenAPI Specifications
shell: bash
run: |
#! /usr/bin/env bash
set -eu -o pipefail
make validate-openapi-specs