From ef24c0ab86c4ce87c8c1204fa3cbf3619cfbefb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:20:25 +0000 Subject: [PATCH] ci: bump the minor group across 1 directory with 7 updates Bumps the minor group with 7 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.1.0` | `4.2.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.3.0` | `5.4.0` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.6.1` | `2.7.0` | | [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) | `6.1.2` | `6.2.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1.11.0` | `1.11.3` | Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.6.0) Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.2.0) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.4.0) Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.7.0) Updates `wagoid/commitlint-github-action` from 6.1.2 to 6.2.1 - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v6.1.2...v6.2.1) Updates `actions/create-github-app-token` from 1.11.0 to 1.11.3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_actions.yaml | 4 ++-- .github/workflows/_docs.yaml | 4 ++-- .github/workflows/_helm_lint.yaml | 2 +- .github/workflows/_lint_commits.yaml | 2 +- .github/workflows/_release_please.yaml | 2 +- .github/workflows/_supergraph_generate.yaml | 2 +- .github/workflows/_supergraph_publish.yaml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_actions.yaml b/.github/workflows/_actions.yaml index c7f099d..f67b900 100644 --- a/.github/workflows/_actions.yaml +++ b/.github/workflows/_actions.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Create Test Subgraph schema run: > @@ -25,7 +25,7 @@ jobs: " > test-schema.graphql - name: Upload Test Subgraph schema - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: test-update-schema path: test-schema.graphql diff --git a/.github/workflows/_docs.yaml b/.github/workflows/_docs.yaml index 3902ebb..b366ece 100644 --- a/.github/workflows/_docs.yaml +++ b/.github/workflows/_docs.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: 18 @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: 3.12 diff --git a/.github/workflows/_helm_lint.yaml b/.github/workflows/_helm_lint.yaml index bf290ad..668ded8 100644 --- a/.github/workflows/_helm_lint.yaml +++ b/.github/workflows/_helm_lint.yaml @@ -16,7 +16,7 @@ jobs: uses: azure/setup-helm@v4.2.0 - name: Setup chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Install chart dependencies run: | diff --git a/.github/workflows/_lint_commits.yaml b/.github/workflows/_lint_commits.yaml index b6cc22b..ecc0380 100644 --- a/.github/workflows/_lint_commits.yaml +++ b/.github/workflows/_lint_commits.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Lint Commits - uses: wagoid/commitlint-github-action@v6.1.2 + uses: wagoid/commitlint-github-action@v6.2.1 with: configFile: .commitlintrc.json failOnWarnings: true diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index 6622eb6..56e80cb 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -21,7 +21,7 @@ jobs: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v1.11.0 + uses: actions/create-github-app-token@v1.11.3 with: app-id: 1010045 private-key: ${{ secrets.GRAPH_FEDERATOR }} diff --git a/.github/workflows/_supergraph_generate.yaml b/.github/workflows/_supergraph_generate.yaml index 95d1836..6a9ab6a 100644 --- a/.github/workflows/_supergraph_generate.yaml +++ b/.github/workflows/_supergraph_generate.yaml @@ -23,7 +23,7 @@ jobs: > supergraph.graphql - name: Upload New Schema Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: supergraph.graphql path: supergraph.graphql diff --git a/.github/workflows/_supergraph_publish.yaml b/.github/workflows/_supergraph_publish.yaml index 6e56187..bcc996a 100644 --- a/.github/workflows/_supergraph_publish.yaml +++ b/.github/workflows/_supergraph_publish.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 - name: Install release-please & simple-git run: npm install release-please simple-git