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
7 changes: 7 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ self-hosted-runner:
labels:
- ubicloud-standard-8-arm-ubuntu-2404
- ubicloud-standard-8-ubuntu-2404
# actionlint doesn't yet recognize GitHub's "$/" self-repository syntax.
# See https://github.com/rhysd/actionlint/issues/711
paths:
.github/workflows/**/*.{yaml,yml}:
ignore:
- reusable workflow call "\$/.+" at "uses" is not following the format
- specifying action "\$/.+" in invalid format because ref is missing
2 changes: 1 addition & 1 deletion .github/workflows/build_airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_hadoop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_hbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_java-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_java-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_kafka-testing-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_krb5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_omid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_opensearch_dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_spark-connect-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_spark-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_stackable-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_testing-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- testing-tools/nifi
- testing-tools/trino
- testing-tools/hive
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_trino-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_image:
name: Build Image(s)
needs: [defaults]
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precompile_hadoop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

build_image:
name: Reusable Workflow
uses: ./.github/workflows/reusable_build_image.yaml
uses: $/.github/workflows/reusable_build_image.yaml
needs: [generate_build_timestamp]
secrets:
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_PRECOMPILED_GITHUB_ACTION_BUILD_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
- id: hadolint

- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: 7fc963270df722f37707d47ff41265fe8f460822 # v1.20.0
rev: fa412071e4f5d44d44f9e365f4676f9df92456a2 # v1.30.1
hooks:
- id: zizmor
args: ["--no-progress", "--min-confidence", "medium"]
Expand Down
Loading