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" 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" 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: