Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github-actions-dependencies group across 6 directories with 1 update #356

Merged
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/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
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/[email protected].0
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
with:
# FIXME: re-enable the following checks
linter-env: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- id: get-issue-number
if: ${{ github.event_name == 'pull_request' }}
uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
uses: hoverkraft-tech/ci-github-common/actions/[email protected].1

- name: Delete test packages
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ 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/[email protected].0
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
value: ${{ steps.build.outputs.built-image }}
Expand All @@ -337,7 +337,7 @@ jobs:
built-images: ${{ steps.built-images.outputs.built-images }}
steps:
- id: get-matrix-outputs
uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
with:
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}

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 @@ -122,7 +122,7 @@ runs:
rm -fr ./self-actions

- id: slugify-platform
uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
with:
value: ${{ inputs.platform }}

Expand Down Expand Up @@ -188,7 +188,7 @@ runs:
pull-request-cache: true
cache-type: gha

- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
with:
lfs: true

Expand Down
4 changes: 2 additions & 2 deletions actions/docker/get-image-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ 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/[email protected].0
uses: hoverkraft-tech/ci-github-common/actions/[email protected].1

- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1

- id: define-metadata-inputs
uses: actions/[email protected]
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:
rm -fr ./self-actions

- id: is-organization-or-user
uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
uses: hoverkraft-tech/ci-github-common/actions/[email protected].1

- id: delete-image-tags
uses: actions/[email protected]
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 @@ -61,7 +61,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1

- id: chart-values-updates
uses: actions/[email protected]
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 @@ -45,7 +45,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].0
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
with:
fetch-depth: 0

Expand Down
Loading