File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ jobs:
2929 matrix :
3030 environment : [dev, ops, prod]
3131 name : CD
32- uses : grafana/plugin-ci-workflows/.github/workflows/cd.yml@main # zizmor: ignore[unpinned-uses]
32+ uses : grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v5.1.0
3333 permissions :
3434 contents : write
3535 id-token : write
3636 attestations : write
37+ pull-requests : read
3738 with :
3839 branch : ${{ github.event.inputs.branch }}
3940 environment : ${{ matrix.environment }}
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ permissions: {}
1111jobs :
1212 ci :
1313 name : CI
14- uses : grafana/plugin-ci-workflows/.github/workflows/ci.yml@main # zizmor: ignore[unpinned-uses]
14+ uses : grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v5.1.0
1515 permissions :
1616 contents : read
1717 id-token : write
1818 with :
1919 plugin-version-suffix : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
20- go-version : ' 1.24'
21- golangci-lint-version : ' 2.1.6'
20+ go-version : " 1.24"
21+ golangci-lint-version : " 2.1.6"
You can’t perform that action at this time.
0 commit comments