Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.1 #450

build(deps): bump actions/checkout from 4.1.7 to 4.2.1

build(deps): bump actions/checkout from 4.1.7 to 4.2.1 #450

Workflow file for this run

name: Docs
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
repository: envoyproxy/envoy
path: envoy
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
path: examples
- run: |
bazel build --override_repository=envoy_examples=../examples --config=ci //docs
working-directory: envoy