From ab5af5462c86bb73e8e2e863c9d7baff66f75023 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 29 Jul 2024 18:31:31 +0300 Subject: [PATCH 1/3] Update CI (#1091) --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6d75f2c..6e73ff48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ concurrency: group: ${{ github.head_ref || github.run_id }}-test cancel-in-progress: true +permissions: + contents: read + jobs: lint: runs-on: ubuntu-latest @@ -26,6 +29,7 @@ jobs: docker-ci: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: docker-env: - alma @@ -44,6 +48,7 @@ jobs: osx-ci: runs-on: macos-latest strategy: + fail-fast: false matrix: test-verbose: [0, 1] steps: From b982f28cec50d6d04d666effb06a3f15f698a1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:20:54 +0300 Subject: [PATCH 2/3] Bump alpine from 3.20.1 to 3.20.2 in /.ci/docker-ci/alpine (#1089) Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sobolevn --- .ci/docker-ci/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker-ci/alpine/Dockerfile b/.ci/docker-ci/alpine/Dockerfile index 96a3ad01..19816ff8 100644 --- a/.ci/docker-ci/alpine/Dockerfile +++ b/.ci/docker-ci/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL maintainer="mail@sobolevn.me" LABEL vendor="git-secret team" From de3d5e8d9e48990d09124551c4e8d60cbc826d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:26:12 +0300 Subject: [PATCH 3/3] Bump alpine from 3.20.1 to 3.20.2 in /.ci/release-ci/alpine (#1090) Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sobolevn --- .ci/release-ci/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/release-ci/alpine/Dockerfile b/.ci/release-ci/alpine/Dockerfile index 467d3276..a17d0c6f 100644 --- a/.ci/release-ci/alpine/Dockerfile +++ b/.ci/release-ci/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL maintainer="mail@sobolevn.me" LABEL vendor="git-secret team"