Skip to content

⬆(cont): image registry.k8s.io/git-sync/git-sync ( v4.2.3 → v4.2.4 ) #80

⬆(cont): image registry.k8s.io/git-sync/git-sync ( v4.2.3 → v4.2.4 )

⬆(cont): image registry.k8s.io/git-sync/git-sync ( v4.2.3 → v4.2.4 ) #80

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Check - Trunk"
on: [pull_request]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Trunk Check Runner
runs-on: ["ghar-set-zoo"]
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Trunk Check
uses: trunk-io/trunk-action@v1