Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/greetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
permissions: {}
jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
permissions: {}
secrets:
# Token for the repository.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ on:
permissions: {}
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
permissions: {}
secrets:
# Token for marking the status of linter run in the Checks section.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
permissions: {}
jobs:
need-fix-to-issue:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
permissions: {}
with:
# JSON array of runner(s) to use.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
permissions: {}
jobs:
semantic-pull-request:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
permissions: {}
secrets:
# Token for the repository.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
permissions: {}
jobs:
stale:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
permissions: {}
with:
# JSON array of runner(s) to use.
Expand Down
2 changes: 1 addition & 1 deletion actions/checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# See https://github.com/actions/checkout#usage
Expand Down
2 changes: 1 addition & 1 deletion actions/create-and-merge-pull-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See <https://docs.github.com/en/repositories/managing-your-repositorys-settings-
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write).
# See https://github.com/peter-evans/create-pull-request#action-inputs.
Expand Down
2 changes: 1 addition & 1 deletion actions/create-or-update-comment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# The comment title.
# Must be static and unique, will be used to retrieve the comment if exists already.
Expand Down
2 changes: 1 addition & 1 deletion actions/get-github-actions-bot-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usefull to commit, comment, etc.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
```

<!-- usage:end -->
Expand Down
2 changes: 1 addition & 1 deletion actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Action to get Pull request or issue number
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
```

<!-- usage:end -->
Expand Down
2 changes: 1 addition & 1 deletion actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Workaround for <https://github.com/orgs/community/discussions/26639>.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# The name of the artifact to download.
# This input is required.
Expand Down
2 changes: 1 addition & 1 deletion actions/local-workflow-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Example: if `local-path` is `./self-workflow` and `actions-path` is `.github/act
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace.
# The same relative path will be used inside the current workspace (for example `.github/actions`).
Expand Down
38 changes: 19 additions & 19 deletions actions/parse-ci-reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ It supports multiple common report standards out of the box.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# Paths to report files (glob patterns supported, one per line or comma-separated).
# Set to `auto:test`, `auto:coverage`, `auto:lint`, or `auto:all` for automatic detection.
Expand Down Expand Up @@ -155,7 +155,7 @@ Let the action automatically find common report files:

```yaml
- name: Parse all CI reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -165,7 +165,7 @@ Or target specific report types:

```yaml
- name: Parse test reports only
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:test"
report-name: "Test Results"
Expand All @@ -186,7 +186,7 @@ Auto-detection modes:
```yaml
- name: Parse test reports
id: parse-reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "**/test-results/*.xml"
report-name: "Test Results"
Expand All @@ -203,7 +203,7 @@ Auto-detection modes:

```yaml
- name: Parse coverage
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "coverage/cobertura-coverage.xml"
report-name: "Coverage Report"
Expand All @@ -222,7 +222,7 @@ formatting issues alongside other lint results:
npx prettier --check "src/**/*.{js,ts,tsx}" | tee prettier-check.log

- name: Parse Prettier report
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "prettier-check.log"
report-name: "Prettier Formatting"
Expand All @@ -245,7 +245,7 @@ linting tools:
npx astro check --minimumFailingSeverity warning | tee astro-check.log

- name: Parse astro diagnostics
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "astro-check.log"
report-name: "Astro Diagnostics"
Expand All @@ -256,7 +256,7 @@ linting tools:

```yaml
- name: Parse test reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "**/junit.xml"
report-name: "Test Results"
Expand All @@ -269,7 +269,7 @@ Generate GitHub annotations for failed tests and linting issues:

```yaml
- name: Parse reports with annotations
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -282,7 +282,7 @@ Combine multiple output formats using comma-separated values:

```yaml
- name: Parse reports with multiple outputs
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -293,7 +293,7 @@ Or use "all" for all output formats:

```yaml
- name: Parse reports with all outputs
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:test"
report-name: "Test Results"
Expand All @@ -312,7 +312,7 @@ Parse test results, coverage, and linting in one action:
run: npm run lint -- --format json --output-file eslint-report.json

- name: Parse all reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: |
test-results/junit.xml
Expand All @@ -327,7 +327,7 @@ When working in a monorepo or nested package, set `working-directory` so glob pa

```yaml
- name: Parse frontend reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
working-directory: packages/frontend
report-paths: |
Expand All @@ -346,7 +346,7 @@ When running tests in a container or different directory, use path-mapping to en
docker run --rm -v ${{ github.workspace }}:/app myimage npm test

- name: Parse test reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "test-results/junit.xml"
report-name: "Test Results"
Expand All @@ -362,7 +362,7 @@ When you have multiple source directories that need rewriting, provide multiple

```yaml
- name: Parse reports with multiple path mappings
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -377,7 +377,7 @@ Or using comma-separated format:

```yaml
- name: Parse reports with multiple path mappings
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -391,7 +391,7 @@ Another example for complex Docker overlay paths:

```yaml
- name: Parse reports with path rewriting
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "auto:all"
report-name: "CI Results"
Expand All @@ -405,7 +405,7 @@ Only comment on PRs if there are failures:
```yaml
- name: Parse test reports
id: parse-reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: "**/test-results/*.xml"
report-name: "Test Results"
Expand All @@ -431,7 +431,7 @@ Only comment on PRs if there are failures:
run: mvn test

- name: Parse all test reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
report-paths: |
pytest-results.xml
Expand Down
2 changes: 1 addition & 1 deletion actions/repository-owner-is-organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Action to check if the repository owner is an organization.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# GitHub token for fetching users API.
# Default: `${{ github.token }}`
Expand Down
2 changes: 1 addition & 1 deletion actions/set-matrix-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# The matrix output to set.
# This input is required.
Expand Down
2 changes: 1 addition & 1 deletion actions/slugify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Action to slugify a given string value.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/slugify@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
- uses: hoverkraft-tech/ci-github-common/actions/slugify@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# The value to slugify.
# This input is required.
Expand Down
2 changes: 1 addition & 1 deletion actions/working-directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Action to resolve and validate a working directory path.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/working-directory@790306a64b804be99e388ca20b780fd3afa9295f # main
- uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
with:
# Relative or absolute working directory path to resolve.
# Default: `.`
Expand Down