Skip to content

Bump buf.build/gen/go/parca-dev/parca/bufbuild/connect-go from 1.4.1-20221222094228-8b1d3d0f62e6.1 to 1.10.0-20240414232344-9ca06271cb73.1 #34

Bump buf.build/gen/go/parca-dev/parca/bufbuild/connect-go from 1.4.1-20221222094228-8b1d3d0f62e6.1 to 1.10.0-20240414232344-9ca06271cb73.1

Bump buf.build/gen/go/parca-dev/parca/bufbuild/connect-go from 1.4.1-20221222094228-8b1d3d0f62e6.1 to 1.10.0-20240414232344-9ca06271cb73.1 #34

Workflow file for this run

name: PR Checks
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
- edited
issues:
types:
- milestoned
- demilestoned
concurrency:
group: pr-checks-${{ github.event.number }}
permissions:
statuses: write
checks: write
actions: write
contents: read
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run PR Checks
uses: ./actions/pr-checks
with:
token: ${{secrets.GITHUB_TOKEN}}
configPath: pr-checks