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@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
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 @@ -83,7 +83,7 @@ jobs:
release:
needs: ci
if: github.event_name != 'schedule'
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@1a70990f2168a7b322632383edf9ca29d8d8b173 # 0.19.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 @@ -21,7 +21,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
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@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
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 @@ -16,7 +16,7 @@ permissions:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6

test-action-docker-build-image:
needs: linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
permissions:
issues: write
pull-requests: write
14 changes: 7 additions & 7 deletions .github/workflows/docker-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
packages: write
id-token: write # Needed for getting local workflow actions
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
lfs: ${{ inputs.lfs }}

Expand All @@ -356,7 +356,7 @@ jobs:
run: git lfs pull

- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
actions-path: actions

Expand Down Expand Up @@ -422,12 +422,12 @@ jobs:

# FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
# https://github.com/orgs/community/discussions/26639
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
value: ${{ steps.build.outputs.built-image }}

- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
if: always() && steps.local-workflow-actions.outputs.repository
with:
actions-path: actions
Expand All @@ -446,7 +446,7 @@ jobs:
built-images: ${{ steps.create-images-manifests.outputs.built-images }}
steps:
- id: get-matrix-outputs
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}

Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
core.setOutput('built-images', JSON.stringify(images));

- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
actions-path: actions

Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
images: ${{ steps.get-images-to-sign.outputs.images-to-sign }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
if: always() && steps.local-workflow-actions.outputs.repository
with:
actions-path: actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prune-pull-requests-images-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
id-token: write # Needed for getting local workflow actions
steps:
- id: local-workflow-actions
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
actions-path: actions

Expand All @@ -106,7 +106,7 @@ jobs:
image: ${{ matrix.image }}
pull-request-tag-filter: ${{ inputs.pull-request-tag-filter }}

- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
if: always() && steps.local-workflow-actions.outputs.repository
with:
actions-path: actions
Expand Down
4 changes: 2 additions & 2 deletions actions/docker/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
rm -fr ./self-actions

- id: slugify-platform
uses: hoverkraft-tech/ci-github-common/actions/slugify@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/slugify@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
value: ${{ inputs.platform }}

Expand Down Expand Up @@ -240,7 +240,7 @@ runs:
with:
platforms: ${{ inputs.platform }}

- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
id: setup-buildx
with:
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/create-images-manifests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
with:
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
version: v0.30.1
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/get-image-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:

- id: get-issue-number
if: inputs.tag == '' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_review' || github.event_name == 'issue_comment')
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6

- id: define-metadata-inputs
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/prune-pull-requests-image-tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
image: ${{ inputs.image }}

- id: is-organization-or-user
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
uses: hoverkraft-tech/ci-github-common/actions/repository-owner-is-organization@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6

- id: get-tags-to-delete
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Expand Down
6 changes: 3 additions & 3 deletions actions/helm/generate-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ runs:
}
core.setOutput("markdownlint-config-path", markdownlintConfigPath);

- uses: hoverkraft-tech/ci-github-common/actions/checkout@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6

- uses: losisin/helm-docs-github-action@a57fae5676e4c55a228ea654a1bcaec8dd3cf5b5 # v1.6.2
with:
Expand All @@ -142,7 +142,7 @@ runs:
working-directory: ${{ steps.prepare-variables.outputs.working-directory }}

- name: Setup Node.js
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
with:
working-directory: ${{ github.action_path }}

Expand Down Expand Up @@ -231,7 +231,7 @@ runs:
app-id: ${{ inputs.github-app-id }}
private-key: ${{ inputs.github-app-key }}

- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
github-token: ${{ steps.generate-token.outputs.token || inputs.github-token }}
branch: docs/update-helm-chart-docs-${{ steps.prepare-variables.outputs.working-directory-name }}
Expand Down
2 changes: 1 addition & 1 deletion actions/helm/release-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6

- id: chart-values-updates
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion actions/helm/test-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
echo "::error ::At least one of 'enable-lint' or 'enable-install' input must be true"
exit 1

- uses: hoverkraft-tech/ci-github-common/actions/checkout@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
with:
fetch-depth: 0

Expand Down
Loading