Skip to content

⬆(helm): chart kube-prometheus-stack ( 68.3.0 → 68.3.2 ) #1680

⬆(helm): chart kube-prometheus-stack ( 68.3.0 → 68.3.2 )

⬆(helm): chart kube-prometheus-stack ( 68.3.0 → 68.3.2 ) #1680

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Trunk Check
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1
with:
trunk-token: ${{ secrets.TRUNK_API_TOKEN }}