From ebd3abff9fd7937f106be0ccbd9aa89a969d739b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:59:14 +0000 Subject: [PATCH 1/2] Bump the gomod-version group with 8 updates Bumps the gomod-version group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2` | `3` | | [buildjet/cache](https://github.com/buildjet/cache) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `2` | `4` | | [bufbuild/buf-breaking-action](https://github.com/bufbuild/buf-breaking-action) | `1.1.1` | `1.1.3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `3` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `4` | `5` | | [nowsprinting/check-version-format-action](https://github.com/nowsprinting/check-version-format-action) | `3` | `4` | Updates `actions/checkout` from 2 to 4 - [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/v2...v4) Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) Updates `buildjet/cache` from 3 to 4 - [Changelog](https://github.com/BuildJet/cache/blob/main/RELEASES.md) - [Commits](https://github.com/buildjet/cache/compare/v3...v4) Updates `actions/upload-artifact` from 2 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) Updates `bufbuild/buf-breaking-action` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/bufbuild/buf-breaking-action/releases) - [Commits](https://github.com/bufbuild/buf-breaking-action/compare/v1.1.1...v1.1.3) Updates `docker/setup-buildx-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v3) Updates `goreleaser/goreleaser-action` from 4 to 5 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5) Updates `nowsprinting/check-version-format-action` from 3 to 4 - [Release notes](https://github.com/nowsprinting/check-version-format-action/releases) - [Commits](https://github.com/nowsprinting/check-version-format-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: buildjet/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: bufbuild/buf-breaking-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-version - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: nowsprinting/check-version-format-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 30 +++++++++++++++--------------- .github/workflows/lint.yaml | 4 ++-- .github/workflows/nightly.yaml | 6 +++--- .github/workflows/release.yaml | 8 ++++---- .github/workflows/security.yaml | 4 ++-- .github/workflows/wasm.yaml | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 9d885780c8..97b48ae783 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -20,8 +20,8 @@ jobs: codechange: "${{ steps.code-filter.outputs.codechange }}" protochange: "${{ steps.proto-filter.outputs.protochange }}" steps: - - uses: "actions/checkout@v2" - - uses: "dorny/paths-filter@v2" + - uses: "actions/checkout@v4" + - uses: "dorny/paths-filter@v3" id: "code-filter" with: filters: | @@ -34,7 +34,7 @@ jobs: - "pkg/**" - "e2e/**" - "internal/**" - - uses: "dorny/paths-filter@v2" + - uses: "dorny/paths-filter@v3" id: "proto-filter" with: filters: | @@ -50,7 +50,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - uses: "docker/login-action@v3" with: @@ -67,7 +67,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - name: "Unit tests" run: "go run mage.go test:unit" @@ -79,7 +79,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - uses: "docker/login-action@v3" with: @@ -97,7 +97,7 @@ jobs: matrix: datastore: ["crdb", "mysql", "postgres", "spanner", "pgbouncer"] steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" if: | needs.paths-filter.outputs.codechange == 'true' - uses: "authzed/actions/setup-go@main" @@ -125,14 +125,14 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" with: go-version-file: "e2e/go.mod" cache-dependency-path: "e2e/go.sum" - name: "Cache Binaries" id: "cache-binaries" - uses: "buildjet/cache@v3" + uses: "buildjet/cache@v4" with: path: | e2e/newenemy/cockroach @@ -146,7 +146,7 @@ jobs: run: | curl https://binaries.cockroachdb.com/cockroach-v22.1.5.linux-amd64.tgz | tar -xz && mv cockroach-v22.1.5.linux-amd64/cockroach ./cockroach curl -fsSL https://mirrors.chaos-mesh.org/chaosd-v1.1.1-linux-amd64.tar.gz | tar -xz && mv chaosd-v1.1.1-linux-amd64/chaosd ./chaosd - - uses: "buildjet/cache@v3" + - uses: "buildjet/cache@v4" with: path: | ~/.cache/go-build @@ -162,7 +162,7 @@ jobs: working-directory: "e2e/newenemy" run: | go test -v -timeout 11m ./... - - uses: "actions/upload-artifact@v2" + - uses: "actions/upload-artifact@v4" if: "always()" # this upload step is really flaky, don't fail the job if it fails continue-on-error: true @@ -176,7 +176,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" with: go-version-file: "tools/analyzers/go.mod" @@ -190,7 +190,7 @@ jobs: if: | needs.paths-filter.outputs.codechange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - name: "WASM tests" run: "go run mage.go test:wasm" @@ -202,7 +202,7 @@ jobs: if: | needs.paths-filter.outputs.protochange == 'true' steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - name: "Generate Protos" run: "go run mage.go gen:proto" @@ -211,7 +211,7 @@ jobs: path: "" fixup-command: "go run mage.go gen:proto" - uses: "bufbuild/buf-setup-action@v1" - - uses: "bufbuild/buf-breaking-action@v1.1.1" + - uses: "bufbuild/buf-breaking-action@v1.1.3" if: "github.event_name == 'pull_request'" env: BUF_INPUT_HTTPS_USERNAME: "${{ github.actor }}" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a1a22c8bc3..4db9fb0220 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: "Lint Go" runs-on: "buildjet-4vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - name: "Lint Go" run: "go run mage.go lint:go" @@ -28,7 +28,7 @@ jobs: name: "Lint YAML & Markdown" runs-on: "buildjet-2vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - name: "Lint Everything Else" run: "go run mage.go lint:extra" - uses: "chainguard-dev/actions/nodiff@main" diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 1650e90aaf..910a487583 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -11,7 +11,7 @@ jobs: goreleaser: runs-on: "buildjet-4vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" with: fetch-depth: 0 - uses: "authzed/actions/setup-go@main" @@ -21,8 +21,8 @@ jobs: github_token: "${{ secrets.GITHUB_TOKEN }}" dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" - uses: "docker/setup-qemu-action@v3" - - uses: "docker/setup-buildx-action@v1" - - uses: "goreleaser/goreleaser-action@v4" + - uses: "docker/setup-buildx-action@v3" + - uses: "goreleaser/goreleaser-action@v5" with: distribution: "goreleaser-pro" version: "latest" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67bf1e3216..0983f72b2e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,11 +11,11 @@ jobs: goreleaser: runs-on: "buildjet-4vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" with: fetch-depth: 0 - uses: "authzed/actions/setup-go@main" - - uses: "nowsprinting/check-version-format-action@v3" + - uses: "nowsprinting/check-version-format-action@v4" id: "version" with: prefix: "v" @@ -29,8 +29,8 @@ jobs: github_token: "${{ secrets.GITHUB_TOKEN }}" dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" - uses: "docker/setup-qemu-action@v3" - - uses: "docker/setup-buildx-action@v1" - - uses: "goreleaser/goreleaser-action@v4" + - uses: "docker/setup-buildx-action@v3" + - uses: "goreleaser/goreleaser-action@v5" with: distribution: "goreleaser-pro" version: "latest" diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index e1e124ec71..9e2daf9c56 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -41,7 +41,7 @@ jobs: name: "Analyze Code and Docker Image with Trivvy" runs-on: "buildjet-2vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/setup-go@main" - uses: "docker/login-action@v3" with: @@ -60,7 +60,7 @@ jobs: run: | echo "partial: by: target" >> .goreleaser.yml - - uses: "goreleaser/goreleaser-action@v4" + - uses: "goreleaser/goreleaser-action@v5" id: "goreleaser" with: distribution: "goreleaser-pro" diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml index eca02f82f9..bdb3b4da24 100644 --- a/.github/workflows/wasm.yaml +++ b/.github/workflows/wasm.yaml @@ -10,7 +10,7 @@ jobs: name: "Build WASM" runs-on: "buildjet-2vcpu-ubuntu-2204" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" with: ref: "${{ env.GITHUB_SHA }}" - uses: "authzed/actions/setup-go@main" From 6cf99a85f231eda58be25378a3449dee01d4dace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Wed, 20 Mar 2024 08:49:07 +0000 Subject: [PATCH 2/2] rename update groups --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cafc0e9eb0..0b4ba0ad18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: labels: - "area/dependencies" groups: - gomod-version: + go-mod: patterns: ["*"] - package-ecosystem: "docker" directory: "/" @@ -17,12 +17,12 @@ updates: labels: - "area/dependencies" groups: - gomod-version: + docker: patterns: ["*"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" groups: - gomod-version: + github-actions: patterns: ["*"]