CI: move workflows/actions to actions (#104711)

* move workflows/actions to actions

* rerun actions

* fix setup-go v5

* unpinned unnecessary pins

* update CODEOWONERS

* update CODEOWONERS

* remove remove-milestone from codeowners

* remove bad key
This commit is contained in:
Kevin Minehart
2025-04-29 14:24:55 -05:00
committed by GitHub
parent 97d10b5095
commit 2436b4e097
51 changed files with 100 additions and 104 deletions
+3 -3
View File
@@ -73,7 +73,7 @@ jobs:
app_id: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_ID }}
private_key: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_PEM }}
- name: "Checkout Grafana repo"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
uses: "actions/checkout@v4"
with:
ref: main
sparse-checkout: |
@@ -86,7 +86,7 @@ jobs:
fetch-tags: true
persist-credentials: false
- name: Setup nodejs environment
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: "Configure git user"
@@ -98,7 +98,7 @@ jobs:
run: git checkout -b "changelog/${RUN_ID}/${VERSION}"
- name: "Generate changelog"
id: changelog
uses: ./.github/workflows/actions/changelog
uses: ./.github/actions/changelog
with:
previous: ${{ inputs.previous_version }}
github_token: ${{ steps.generate_token.outputs.token }}