From 8f5c58589ebc0795aae39f778c833d3b23021dc1 Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:49:32 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/greetings.md | 2 +- .github/workflows/linter.md | 2 +- .github/workflows/stale.md | 2 +- actions/create-or-update-comment/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index 41950540..602acc6b 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -56,7 +56,7 @@ permissions: pull-requests: write jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 secrets: # Token for the repository. # See https://github.com/actions/first-interaction#usage. diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index d5de9949..570bde9c 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -52,7 +52,7 @@ permissions: statuses: write jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 secrets: # Token for marking the status of linter run in the Checks section. # See https://github.com/super-linter/super-linter#how-to-use. diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index 8ec74a55..3d5447db 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -47,7 +47,7 @@ permissions: pull-requests: write jobs: stale: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 with: # JSON array of runner(s) to use. # See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job. diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index a964fd15..fe8d898e 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -41,7 +41,7 @@ permissions: ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@d324c777132734fc988c79a74dff3ee0248835fc # 0.25.0 +- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 with: # The comment title. # Must be static and unique, will be used to retrieve the comment if exists already.