Skip to content

fix(deps): update golang.org/x/exp digest to 7588d65 #6416

fix(deps): update golang.org/x/exp digest to 7588d65

fix(deps): update golang.org/x/exp digest to 7588d65 #6416

name: "Validate OpenAPI-Specifications"
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a894fc6c7678445848d896dab24875a94ed95c0d887760b28a56baf916fef811
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