From fc7db91bf1eda86b29a56912be4762d665f193d0 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 23 Jan 2025 10:26:37 +0000 Subject: [PATCH] Use tags for `documentation-ci` actions (#99419) --- .github/workflows/documentation-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 0f041220ec9..4c688968a09 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -10,10 +10,10 @@ jobs: container: image: grafana/vale:latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@v4 with: persist-credentials: false - - uses: grafana/writers-toolkit/vale-action@13205961f20ad13843505a9b84fdf032f911a3f4 # vale-action/v1.1.0 + - uses: grafana/writers-toolkit/vale-action@vale-action/v1 with: filter: '.Name in ["Grafana.WordList", "Grafana.Spelling", "Grafana.ProductPossessives"]' token: ${{ secrets.GITHUB_TOKEN }}