Chore: Migrate workflows to use create-github-app-token (#2142)

- Removes dependabot.yml as renovate will update grafana-sdk for us
- Migrates to `create-github-app-token`
- Pin workflows
- Removes is-compatible.yml I found that workflow not helping much but
creating an annoyingly long comment

Fixes https://github.com/grafana/oss-big-tent-squad/issues/144
This commit is contained in:
Zoltán Bedi
2025-12-19 14:47:24 +01:00
committed by GitHub
parent c02767b1c3
commit fb046e5715
12 changed files with 33 additions and 75 deletions

View File

@@ -12,9 +12,9 @@ on:
jobs:
ci:
name: CI
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v4.3.0
with:
go-version: '1.25'
golangci-lint-version: '2.4.0'
go-version: '1.25.5'
golangci-lint-version: '2.7.2'
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
run-playwright: true