mirror of
https://github.com/apache/superset.git
synced 2026-08-05 13:32:41 +00:00
helm/chart-releaser-action is now allowlisted upstream (ASF Actions allowlist, apache/infrastructure-actions/actions.yml) at v1.7.0 (cae68fefc6b5f367a0275617c9f83181ba54714f), so the git-submodule fork under .github/actions/chart-releaser-action — added as a workaround when it wasn't allowlisted — is no longer needed. Verified with a real CI run (install_only, no release side effects) before landing this. Also drops the now-dead debug step that cat'd the vendored action's action.yml. helm/chart-testing-action stays vendored for now: it's allowlisted at v2.8.0 (6ec842c01de15ebb84c8627d2744a0c2f2755c9f), but that release depends internally on astral-sh/setup-uv@v7.0.0, which isn't itself on the allowlist (only v8.1.0+ are). De-vendoring it needs an INFRA request to add that setup-uv SHA first — confirmed by testing it directly, not just reading the config.
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
# (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
[submodule ".github/actions/latest-tag"]
|
|
path = .github/actions/latest-tag
|
|
url = https://github.com/EndBug/latest-tag
|
|
[submodule ".github/actions/pr-lint-action"]
|
|
path = .github/actions/pr-lint-action
|
|
url = https://github.com/morrisoncole/pr-lint-action
|
|
[submodule ".github/actions/cached-dependencies"]
|
|
path = .github/actions/cached-dependencies
|
|
url = https://github.com/apache-superset/cached-dependencies
|
|
[submodule ".github/actions/comment-on-pr"]
|
|
path = .github/actions/comment-on-pr
|
|
url = https://github.com/unsplash/comment-on-pr
|
|
[submodule ".github/actions/chart-testing-action"]
|
|
path = .github/actions/chart-testing-action
|
|
url = https://github.com/helm/chart-testing-action
|
|
[submodule ".github/actions/github-action-push-to-another-repository"]
|
|
path = .github/actions/github-action-push-to-another-repository
|
|
url = https://github.com/cpina/github-action-push-to-another-repository
|