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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
release:
needs: ci
if: github.event_name != 'schedule'
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@281fe4959997eea619bf3a4be4fde2f16b8b6d0c # 0.23.3
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
permissions:
contents: read
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
permissions:
contents: write
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
permissions:
contents: read
statuses: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
permissions:
issues: write
pull-requests: write
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
issues: read
packages: write
pull-requests: read
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2
with:
sign: false
images: |
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
security-events: write
runs-on: *ci-runner
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
languages: ${{ inputs.code-ql }}
Expand All @@ -306,7 +306,7 @@ jobs:
contents: read
runs-on: *ci-runner
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0

setup:
Expand All @@ -332,10 +332,10 @@ jobs:
steps:
- name: Checkout repository
if: inputs.container == ''
uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}
Expand Down Expand Up @@ -441,11 +441,11 @@ jobs:
contents: read
packages: read
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
if: inputs.container == ''

- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
actions-path: actions

Expand Down Expand Up @@ -494,11 +494,11 @@ jobs:
outputs:
artifact-id: ${{ steps.build.outputs.artifact-id }}
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
if: needs.setup.outputs.build-commands && inputs.container == ''

- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
actions-path: actions

Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
packages: read
pull-requests: write
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
if: inputs.container == ''

- if: needs.build.outputs.artifact-id && inputs.container == ''
Expand All @@ -538,7 +538,7 @@ jobs:
path: "/"

- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
actions-path: actions

Expand Down
4 changes: 2 additions & 2 deletions actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion actions/codecov/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
using: "composite"
steps:
- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
4 changes: 2 additions & 2 deletions actions/dependencies-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ inputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
2 changes: 1 addition & 1 deletion actions/get-package-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
using: "composite"
steps:
- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
4 changes: 2 additions & 2 deletions actions/has-installed-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
6 changes: 3 additions & 3 deletions actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ inputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}
Expand Down Expand Up @@ -104,7 +104,7 @@ runs:

- name: 📊 Parse lint reports
if: always()
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ steps.working-directory.outputs.absolute-path }}
report-paths: ${{ inputs.report-file || 'auto:lint' }}
Expand Down
4 changes: 2 additions & 2 deletions actions/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ runs:
with:
persist-credentials: false

- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
4 changes: 2 additions & 2 deletions actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: "false"
Expand Down
8 changes: 4 additions & 4 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ inputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
source-path: ${{ github.action_path }}/..

- id: working-directory
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/working-directory@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ inputs.working-directory }}
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}
Expand Down Expand Up @@ -136,7 +136,7 @@ runs:
- name: 📊 Parse coverage reports
if: always() && inputs.coverage == 'github'
id: parse-coverage-reports
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/parse-ci-reports@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
working-directory: ${{ steps.working-directory.outputs.absolute-path }}
report-name: "Coverage Results"
Expand All @@ -146,7 +146,7 @@ runs:

- name: 📊 Add coverage PR comment
if: always() && inputs.coverage == 'github' && github.event_name == 'pull_request' && steps.parse-coverage-reports.outputs.markdown
uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4
with:
title: "Code Coverage Report"
body: ${{ steps.parse-coverage-reports.outputs.markdown }}
Expand Down
Loading