From 9a53745cebd6b06d0b06101b7a477d20af5e1823 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:10:42 -0500 Subject: [PATCH] chore: workflow triggers --- .github/workflows/ci-dgraph-code-coverage.yml | 3 +++ .github/workflows/ci-dgraph-core-tests.yml | 3 +++ .github/workflows/ci-dgraph-core-upgrade-tests.yml | 3 +++ .github/workflows/ci-dgraph-fuzz.yml | 3 +++ .github/workflows/ci-dgraph-integration2-tests.yml | 3 +++ .github/workflows/ci-dgraph-ldbc-tests.yml | 3 +++ .github/workflows/ci-dgraph-load-tests.yml | 3 +++ .github/workflows/ci-dgraph-oss-build.yml | 3 +++ .github/workflows/ci-dgraph-system-upgrade-tests.yml | 3 +++ .github/workflows/ci-dgraph-systest-tests.yml | 3 +++ .github/workflows/ci-dgraph-tests-arm64.yml | 3 +++ .github/workflows/ci-dgraph-vector-tests.yml | 3 +++ .trunk/trunk.yaml | 12 ++++++------ 13 files changed, 42 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-dgraph-code-coverage.yml b/.github/workflows/ci-dgraph-code-coverage.yml index 6331d3b6700..01899d07c90 100644 --- a/.github/workflows/ci-dgraph-code-coverage.yml +++ b/.github/workflows/ci-dgraph-code-coverage.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" branches: - main - release/** diff --git a/.github/workflows/ci-dgraph-core-tests.yml b/.github/workflows/ci-dgraph-core-tests.yml index dca29adf772..06f12eaeaf1 100644 --- a/.github/workflows/ci-dgraph-core-tests.yml +++ b/.github/workflows/ci-dgraph-core-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-core-upgrade-tests.yml b/.github/workflows/ci-dgraph-core-upgrade-tests.yml index 594b8af4700..a8df8d9222c 100644 --- a/.github/workflows/ci-dgraph-core-upgrade-tests.yml +++ b/.github/workflows/ci-dgraph-core-upgrade-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-fuzz.yml b/.github/workflows/ci-dgraph-fuzz.yml index 9c7f8256bce..211cc7e7551 100644 --- a/.github/workflows/ci-dgraph-fuzz.yml +++ b/.github/workflows/ci-dgraph-fuzz.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-integration2-tests.yml b/.github/workflows/ci-dgraph-integration2-tests.yml index a08b64be6d4..d87c39f509e 100644 --- a/.github/workflows/ci-dgraph-integration2-tests.yml +++ b/.github/workflows/ci-dgraph-integration2-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-ldbc-tests.yml b/.github/workflows/ci-dgraph-ldbc-tests.yml index edc9cbbf4c1..18fbd3398c9 100644 --- a/.github/workflows/ci-dgraph-ldbc-tests.yml +++ b/.github/workflows/ci-dgraph-ldbc-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index 2487fea869c..2b8b26a08cc 100644 --- a/.github/workflows/ci-dgraph-load-tests.yml +++ b/.github/workflows/ci-dgraph-load-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-oss-build.yml b/.github/workflows/ci-dgraph-oss-build.yml index f66f934b075..54177242bd4 100644 --- a/.github/workflows/ci-dgraph-oss-build.yml +++ b/.github/workflows/ci-dgraph-oss-build.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-system-upgrade-tests.yml b/.github/workflows/ci-dgraph-system-upgrade-tests.yml index 34315253831..d88ef19a4ad 100644 --- a/.github/workflows/ci-dgraph-system-upgrade-tests.yml +++ b/.github/workflows/ci-dgraph-system-upgrade-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-systest-tests.yml b/.github/workflows/ci-dgraph-systest-tests.yml index c8da07a5616..8a67aca51a9 100644 --- a/.github/workflows/ci-dgraph-systest-tests.yml +++ b/.github/workflows/ci-dgraph-systest-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-tests-arm64.yml b/.github/workflows/ci-dgraph-tests-arm64.yml index f9e2520c660..16616dcf713 100644 --- a/.github/workflows/ci-dgraph-tests-arm64.yml +++ b/.github/workflows/ci-dgraph-tests-arm64.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index 716485c5eb9..d33c13b7ca4 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -5,6 +5,9 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/*.yml" + - "**/Dockerfile" + - "**/Makefile" types: - opened - reopened diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b0f2c62d042..7a0954552a4 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,7 +2,7 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.8 + version: 1.22.9 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: @@ -25,8 +25,8 @@ lint: paths: - contrib/** enabled: - - actionlint@1.7.6 - - checkov@3.2.351 + - actionlint@1.7.7 + - checkov@3.2.353 - dotenv-linter@3.3.0 - git-diff-check - gofmt@1.20.4 @@ -36,11 +36,11 @@ lint: - osv-scanner@1.9.2 - oxipng@9.1.3 - prettier@3.4.2 - - renovate@39.92.0 + - renovate@39.119.0 - shellcheck@0.10.0 - shfmt@3.6.0 - - tflint@0.54.0 - - trufflehog@3.88.1 + - tflint@0.55.0 + - trufflehog@3.88.2 - yamllint@1.35.1 actions: enabled: