Skip to content

build(deps): bump third_party/cores/ariane from 37b5824 to 4c36aaf #4605

build(deps): bump third_party/cores/ariane from 37b5824 to 4c36aaf

build(deps): bump third_party/cores/ariane from 37b5824 to 4c36aaf #4605

Workflow file for this run

name: trigger-lint
on:
pull_request:
jobs:
upload_event_file:
runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
container: ubuntu:jammy-20221130
steps:
- uses: actions/checkout@v2
- name: Copy event file
run: cp "$GITHUB_EVENT_PATH" ./event.json
- name: Upload event file as artifact
uses: actions/upload-artifact@v2
with:
name: event.json
path: event.json