From 0eb2e954dfa465d2bd876f569f2386ff2d4ed436 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:51:11 +0000 Subject: [PATCH 01/10] chore(deps): update returntocorp/semgrep docker tag to v1.66.2 --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index f1fe341c..5905aa86 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.66.1@sha256:b084307e4b2321adc38ef2e36876e7e159598753a3804cdd27561efb2518a669 + image: returntocorp/semgrep:1.66.2@sha256:8d9bad4e96b7db08066be4ec482f2e7eaaab9e273cf74360119073e7831fd3ac steps: - name: Checkout From 3b0b7249e45edf21f71617ea26af6d8902ee65f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:58:22 +0000 Subject: [PATCH 02/10] chore(deps): update returntocorp/semgrep docker tag to v1.67.0 --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 5905aa86..64fe99f9 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.66.2@sha256:8d9bad4e96b7db08066be4ec482f2e7eaaab9e273cf74360119073e7831fd3ac + image: returntocorp/semgrep:1.67.0@sha256:42e234536c1742beb43985ed42ba7bbad67e3ed3f3a4cec125817276b3631e65 steps: - name: Checkout From e1dd29358d55d597f95fa4053b76a7a99b1154f7 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:18:53 -0700 Subject: [PATCH 03/10] chore: try codecov --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f307de8..99546d3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -338,6 +338,11 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: reports/lcov.info + - name: Upload coverage results (to Codecov.io) + uses: codecov/codecov-action@v3 + with: + file: reports/lcov.info + - name: Fail if tests failed shell: bash if: steps.tests.outcome != 'success' From 7d3a3442084a4eef236e3787c1bee1e67abdbcb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 06:22:57 +0000 Subject: [PATCH 04/10] chore(deps): pin codecov/codecov-action action to ab904c4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99546d3f..4b117cf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: path-to-lcov: reports/lcov.info - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 with: file: reports/lcov.info From 5e8ec632b2c5576f03765e82d6d6edfc535667c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:54:57 +0000 Subject: [PATCH 05/10] chore(deps): update codecov/codecov-action action to v3.1.6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b117cf9..27643dd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: path-to-lcov: reports/lcov.info - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 with: file: reports/lcov.info From 65c0583c10f334d581e13bdc1b64274a781e5ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:26:56 +0000 Subject: [PATCH 06/10] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27643dd5..68fb9b09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: path-to-lcov: reports/lcov.info - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: file: reports/lcov.info From e652d6a71e631fb30a0003d737b4d0375e3bc660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:00:34 +0000 Subject: [PATCH 07/10] chore(deps): lock file maintenance --- Cargo.lock | 8 ++++---- package-lock.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7eebf14..66ce90ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "miniz_oxide" @@ -143,9 +143,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "rust-end-to-end-application" diff --git a/package-lock.json b/package-lock.json index 3db50ea4..af37fa7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -672,9 +672,9 @@ "dev": true }, "node_modules/agent-base": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, "dependencies": { "debug": "^4.3.4" From 28b9162dcd93f3eafb08132649ea41551a43625e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:43:17 +0000 Subject: [PATCH 08/10] chore(deps): update rust to v1.77.1 --- Cargo.toml | 2 +- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 861aae5e..9528c34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rust-end-to-end-application" # don't change this, it's updated before an actual build by update-version.sh version = "0.0.0-development" edition = "2021" -rust-version = "1.77.0" +rust-version = "1.77.1" authors = ["Kristof Mattei"] description = "Rust end-to-end application" license-file = "LICENSE" diff --git a/Dockerfile b/Dockerfile index eb1b3810..96b54929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77.0@sha256:00e330d2e2cdada2b75e9517c8359df208b3c880c5e34cb802c120083d50af35 as builder +FROM rust:1.77.1@sha256:ebf4d153f0e020a08176a84638ca237e4c5f976f5dbc36768164f63acfe4c7ff as builder ARG TARGET=x86_64-unknown-linux-musl ARG APPLICATION_NAME diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fb958ef4..a87cfce9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.77.0" +channel = "1.77.1" components = ["cargo", "clippy", "rustfmt"] profile = "minimal" From 315ac61033911228bc2252f98ebb5edebc553232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 04:46:17 +0000 Subject: [PATCH 09/10] chore(deps): update rust:1.77.1 docker digest to 19daf5b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96b54929..26713bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77.1@sha256:ebf4d153f0e020a08176a84638ca237e4c5f976f5dbc36768164f63acfe4c7ff as builder +FROM rust:1.77.1@sha256:19daf5b63339e6a114efa9d15468f3e1869520c3eebadda0141e49d628e372ca as builder ARG TARGET=x86_64-unknown-linux-musl ARG APPLICATION_NAME From b436f7f3e56a7cb0477f958e2ea3cc946725ff90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:12:07 +0000 Subject: [PATCH 10/10] chore(deps): update rust:1.77.1 docker digest to e3d3230 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26713bc9..b0d6206f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77.1@sha256:19daf5b63339e6a114efa9d15468f3e1869520c3eebadda0141e49d628e372ca as builder +FROM rust:1.77.1@sha256:e3d323070420270149fe65054f65bf680d7ddb3d66008a0549e6afe6b320c8eb as builder ARG TARGET=x86_64-unknown-linux-musl ARG APPLICATION_NAME