From 181e7e2778aef329c2bcd9be6e3d874c0cd3d4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:08:29 +0000 Subject: [PATCH] ci: bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 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` | | [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.1` | 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 `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.1 - [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.1) --- 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: 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/_compose_workflow.yaml | 2 +- .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/_update_workflow.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_compose_workflow.yaml b/.github/workflows/_compose_workflow.yaml index ff7e65d..4b0e241 100644 --- a/.github/workflows/_compose_workflow.yaml +++ b/.github/workflows/_compose_workflow.yaml @@ -22,7 +22,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-compose-schema path: test-schema.graphql 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 b1908c8..ada31f0 100644 --- a/.github/workflows/_lint_commits.yaml +++ b/.github/workflows/_lint_commits.yaml @@ -16,6 +16,6 @@ jobs: fetch-depth: 0 - name: Lint Commits - uses: wagoid/commitlint-github-action@v6.1.2 + uses: wagoid/commitlint-github-action@v6.2.1 with: failOnWarnings: true diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index 6622eb6..c7fe142 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.1 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/_update_workflow.yaml b/.github/workflows/_update_workflow.yaml index 476b922..36304f8 100644 --- a/.github/workflows/_update_workflow.yaml +++ b/.github/workflows/_update_workflow.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