CI: Update actions to use environment variables, pin actions (#104610)

* CI: use env var in backport.yml

* pin actions

* pin actions
This commit is contained in:
Josh Hunt
2025-04-28 11:30:26 +01:00
committed by GitHub
parent d19f86a736
commit 60b03a5a10
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
# Note: Github will not trigger other actions from this because it uses
# the GITHUB_TOKEN token
- name: Run auto-milestone
uses: grafana/grafana-github-actions-go/auto-milestone@main
uses: grafana/grafana-github-actions-go/auto-milestone@d4c452f92ed826d515dccf1f62923e537953acd8 # main
with:
pr: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}