Skip to content

Commit 56f9da2

Browse files
authored
Pin version of ci cd (#535)
It is advised in the latest version not to use main.
1 parent cf823ea commit 56f9da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
cd:
2929
name: CD
30-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main
30+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v4.1.0
3131
with:
3232
go-version: '1.25'
3333
golangci-lint-version: '2.4.0'

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
ci:
1616
name: CI
17-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
17+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v4.1.0
1818
with:
1919
go-version: '1.25'
2020
golangci-lint-version: '2.4.0'

0 commit comments

Comments
 (0)