-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin dependencies (#2267)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | | [bitnami/minio](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/minio)) | service | pinDigest | -> `9f2d9c4` | | [bufbuild/buf-action](https://redirect.github.com/bufbuild/buf-action) | action | pinDigest | -> `3fb7035` | | [depot/bake-action](https://redirect.github.com/depot/bake-action) | action | pinDigest | -> `143e50b` | | [depot/setup-action](https://redirect.github.com/depot/setup-action) | action | pinDigest | -> `b0b1ea4` | | [docker/login-action](https://redirect.github.com/docker/login-action) | action | pinDigest | -> `9780b0c` | | elasticsearch | service | minor | `8.13.0` -> `8.16.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | pinDigest | -> `ea9e4e3` | | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | pinDigest | -> `971e284` | | [jsdaniell/create-json](https://redirect.github.com/jsdaniell/create-json) | action | pinDigest | -> `b8e77fa` | | [redpanda-data/github-action](https://redirect.github.com/redpanda-data/github-action) | action | pinDigest | -> `c68af8e` | | [temporalio/setup-temporal](https://redirect.github.com/temporalio/setup-temporal) | action | pinDigest | -> `1059a50` | | [ubicloud/cache](https://redirect.github.com/ubicloud/cache) | action | pinDigest | -> `0a97811` | | [ubicloud/rust-cache](https://redirect.github.com/ubicloud/rust-cache) | action | pinDigest | -> `69587b2` | | [ubicloud/setup-go](https://redirect.github.com/ubicloud/setup-go) | action | pinDigest | -> `35680fe` | | [wearerequired/lint-action](https://redirect.github.com/wearerequired/lint-action) | action | pinDigest | -> `548d8a7` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
172d652
commit 1e5f10f
Showing
13 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
--health-timeout 5s | ||
--health-retries 5 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: generate or hydrate protos | ||
uses: ./.github/actions/genprotos | ||
|
@@ -42,21 +42,21 @@ jobs: | |
- name: setup gcp service account | ||
id: gcp-service-account | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "bq_service_account.json" | ||
json: ${{ secrets.GCP_GH_CI_PKEY }} | ||
dir: "nexus/server/tests/assets/" | ||
|
||
- name: setup snowflake credentials | ||
id: sf-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "snowflake_creds.json" | ||
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }} | ||
dir: "nexus/server/tests/assets/" | ||
|
||
- uses: ubicloud/rust-cache@v2 | ||
- uses: ubicloud/rust-cache@69587b2b3f26e8938580c44a643d265ed12f3119 # v2 | ||
with: | ||
workspaces: nexus | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
timeout-minutes: 60 | ||
steps: | ||
- name: checkout sources | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- uses: ubicloud/setup-go@v5 | ||
- uses: ubicloud/setup-go@35680fe0723d4a9309d4b1ac1c67e0d46eac5f24 # v5 | ||
with: | ||
go-version: '1.23.0' | ||
cache-dependency-path: e2e_cleanup/go.sum | ||
|
@@ -24,28 +24,28 @@ jobs: | |
|
||
- name: setup gcp service account | ||
id: gcp-service-account | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "bq_service_account.json" | ||
json: ${{ secrets.GCP_GH_CI_PKEY }} | ||
|
||
- name: setup snowflake credentials | ||
id: sf-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "snowflake_creds.json" | ||
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }} | ||
|
||
- name: setup S3 credentials | ||
id: s3-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "s3_creds.json" | ||
json: ${{ secrets.S3_CREDS }} | ||
|
||
- name: setup GCS credentials | ||
id: gcs-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "gcs_creds.json" | ||
json: ${{ secrets.GCS_CREDS }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ jobs: | |
POSTGRES_DB: postgres | ||
POSTGRES_INITDB_ARGS: --locale=C.UTF-8 | ||
elasticsearch: | ||
image: elasticsearch:8.13.0 | ||
image: elasticsearch:8.16.0@sha256:a411f7c17549209c5839b69f929de00bd91f1e2dcf08b65d5f41b122eae17f5e | ||
ports: | ||
- 9200:9200 | ||
env: | ||
discovery.type: single-node | ||
xpack.security.enabled: false | ||
xpack.security.enrollment.enabled: false | ||
minio: | ||
image: bitnami/minio:2024.11.7 | ||
image: bitnami/minio:2024.11.7@sha256:9f2d9c45006a2ada1bc485e1393291ce7d54ae1a46260dd491381a4eb8b2fd47 | ||
ports: | ||
- 9999:9999 | ||
env: | ||
|
@@ -44,12 +44,12 @@ jobs: | |
MINIO_DEFAULT_BUCKETS: peerdb | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: generate or hydrate protos | ||
uses: ./.github/actions/genprotos | ||
|
||
- uses: ubicloud/setup-go@v5 | ||
- uses: ubicloud/setup-go@35680fe0723d4a9309d4b1ac1c67e0d46eac5f24 # v5 | ||
with: | ||
go-version: '1.23.0' | ||
cache-dependency-path: flow/go.sum | ||
|
@@ -64,35 +64,35 @@ jobs: | |
|
||
- name: setup gcp service account | ||
id: gcp-service-account | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "bq_service_account.json" | ||
json: ${{ secrets.GCP_GH_CI_PKEY }} | ||
|
||
- name: setup snowflake credentials | ||
id: sf-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "snowflake_creds.json" | ||
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }} | ||
|
||
- name: setup S3 credentials | ||
id: s3-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "s3_creds.json" | ||
json: ${{ secrets.S3_CREDS }} | ||
|
||
- name: setup GCS credentials | ||
id: gcs-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "gcs_creds.json" | ||
json: ${{ secrets.GCS_CREDS }} | ||
|
||
- name: setup Eventhubs credentials | ||
id: eventhubs-credentials | ||
uses: jsdaniell/[email protected] | ||
uses: jsdaniell/create-json@b8e77fa01397ca39cc4a6198cc29a3be5481afef # v1.2.3 | ||
with: | ||
name: "eh_creds.json" | ||
json: ${{ secrets.EH_CREDS }} | ||
|
@@ -110,11 +110,11 @@ jobs: | |
PGPASSWORD: postgres | ||
|
||
- name: start redpanda | ||
uses: redpanda-data/[email protected] | ||
uses: redpanda-data/github-action@c68af8edc420b987e871615ca40b3a5dd70eb5b1 # v0.1.4 | ||
with: | ||
version: "latest" | ||
|
||
- uses: ubicloud/cache@v4 | ||
- uses: ubicloud/cache@0a97811d53629b143a56b3c2b1f729fd11719ef7 # v4 | ||
id: cache-clickhouse | ||
with: | ||
path: ./clickhouse | ||
|
@@ -130,7 +130,7 @@ jobs: | |
./clickhouse server & | ||
- name: Install Temporal CLI | ||
uses: temporalio/setup-temporal@v0 | ||
uses: temporalio/setup-temporal@1059a504f87e7fa2f385e3fa40d1aa7e62f1c6ca # v0 | ||
|
||
- name: run tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters