From fdeb2a669fac8371c5ea7dbe24c41378c3b51d4d Mon Sep 17 00:00:00 2001 From: "Huska, Matthew" Date: Tue, 2 Jul 2024 11:13:36 +0200 Subject: [PATCH 1/3] Remove --force from conda arguments --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 0218993..e94b7f8 100755 --- a/test.sh +++ b/test.sh @@ -8,7 +8,7 @@ CWD=$(pwd) DIR=$(cd "$(dirname "$0")"; pwd) #conda env -conda env create --name covsonar_ci --force --file $DIR/sonar.env.yml +conda env create --name covsonar_ci --file $DIR/sonar.env.yml source $(conda info --root)/etc/profile.d/conda.sh set +u conda activate covsonar_ci From 5f129b8903ce133436e65777772f642822a8d6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:10:00 +0000 Subject: [PATCH 2/3] Bump conda-incubator/setup-miniconda from 2.1.1 to 3.0.4 Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.1.1 to 3.0.4. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v2.1.1...v3.0.4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-v1.yml b/.github/workflows/ci-v1.yml index bc133d3..826300a 100644 --- a/.github/workflows/ci-v1.yml +++ b/.github/workflows/ci-v1.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Miniconda - uses: conda-incubator/setup-miniconda@v2.1.1 + uses: conda-incubator/setup-miniconda@v3.0.4 - name: Test with test.sh script run: ./test.sh From 0ccb86488277869a21849487dafe906e184a3f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:10:02 +0000 Subject: [PATCH 3/3] Bump psf/black from 23.10.1 to 24.4.2 Bumps [psf/black](https://github.com/psf/black) from 23.10.1 to 24.4.2. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.1...24.4.2) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index aeccf4e..e4df0ce 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: psf/black@23.10.1 + - uses: psf/black@24.4.2