Skip to content

Commit 3f636d8

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 666b7b6 commit 3f636d8

16 files changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
permissions: {}
5454
jobs:
5555
greetings:
56-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
56+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
5757
permissions: {}
5858
secrets:
5959
# Token for the repository.

.github/workflows/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on:
6464
permissions: {}
6565
jobs:
6666
linter:
67-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
67+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
6868
permissions: {}
6969
secrets:
7070
# Token for marking the status of linter run in the Checks section.

.github/workflows/need-fix-to-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
permissions: {}
4747
jobs:
4848
need-fix-to-issue:
49-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
49+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
5050
permissions: {}
5151
with:
5252
# JSON array of runner(s) to use.

.github/workflows/semantic-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
permissions: {}
5252
jobs:
5353
semantic-pull-request:
54-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
54+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
5555
permissions: {}
5656
secrets:
5757
# Token for the repository.

.github/workflows/stale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
permissions: {}
4646
jobs:
4747
stale:
48-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
48+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
4949
permissions: {}
5050
with:
5151
# JSON array of runner(s) to use.

actions/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343
## Usage
4444
4545
```yaml
46-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
46+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
4747
with:
4848
# Number of commits to fetch. 0 indicates all history for all branches and tags.
4949
# See https://github.com/actions/checkout#usage

actions/create-and-merge-pull-request/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See <https://docs.github.com/en/repositories/managing-your-repositorys-settings-
3737
## Usage
3838

3939
```yaml
40-
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
40+
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
4141
with:
4242
# GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write).
4343
# See https://github.com/peter-evans/create-pull-request#action-inputs.

actions/create-or-update-comment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141
## Usage
4242
4343
```yaml
44-
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
44+
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
4545
with:
4646
# The comment title.
4747
# Must be static and unique, will be used to retrieve the comment if exists already.

actions/get-github-actions-bot-user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Usefull to commit, comment, etc.
3434
## Usage
3535

3636
```yaml
37-
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
37+
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
3838
```
3939
4040
<!-- usage:end -->

actions/get-issue-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Action to get Pull request or issue number
3333
## Usage
3434

3535
```yaml
36-
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
36+
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
3737
```
3838
3939
<!-- usage:end -->

0 commit comments

Comments
 (0)