Skip to content

build(deps): bump envoyproxy/toolshed from actions-v0.0.10 to 0.0.15 #30

build(deps): bump envoyproxy/toolshed from actions-v0.0.10 to 0.0.15

build(deps): bump envoyproxy/toolshed from actions-v0.0.10 to 0.0.15 #30

Workflow file for this run

name: Envoy/prechecks
permissions:
contents: read
on:
push:
branches:
- main
- release/v*
pull_request:
paths:
- '**/requirements*.txt'
- '**/go.mod'
- '**/*.bzl'
- 'WORKSPACE'
- '.github/workflows/envoy-prechecks.yml'
- '.github/workflows/_*.yml'
concurrency:
group: ${{ github.event.inputs.head_ref || github.run_id }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
env:
uses: ./.github/workflows/_env.yml
with:
prime_build_image: true
check_mobile_run: false
permissions:
contents: read
statuses: write
prechecks:
needs:
- env
strategy:
fail-fast: false
matrix:
include:
- target: deps
rbe: false
managed: true
uses: ./.github/workflows/_ci.yml
name: CI ${{ matrix.target }}
with:
target: ${{ matrix.target }}
rbe: ${{ matrix.rbe }}
managed: ${{ matrix.managed }}
cache_build_image: ${{ needs.env.outputs.build_image_ubuntu }}