From 348ff083d8edf5bbc274348dbc4f457fef4ddf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:10:17 +0000 Subject: [PATCH] [actions] (deps): Bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `44` | `45` | | [docker/login-action](https://github.com/docker/login-action) | `3.2.0` | `3.3.0` | | [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) | `4.1.2` | `4.4.3` | | [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) | `4` | `5` | | [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) | `2.3.1` | `2.3.2` | | [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.24` | `3.29` | Updates `tj-actions/changed-files` from 44 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) Updates `jfrog/setup-jfrog-cli` from 4.1.2 to 4.4.3 - [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases) - [Commits](https://github.com/jfrog/setup-jfrog-cli/compare/7c95feb32008765e1b4e626b078dfd897c4340ad...e7cc33a01bc1b1df406bac8a1c4a409a34bdca0a) Updates `mikepenz/action-junit-report` from 4 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5) Updates `jakebailey/pyright-action` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v2.3.1...v2.3.2) Updates `py-cov-action/python-coverage-comment-action` from 3.24 to 3.29 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.24...v3.29) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jfrog/setup-jfrog-cli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: py-cov-action/python-coverage-comment-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-upload.yaml | 6 +++--- .github/workflows/mutation.yaml | 2 +- .github/workflows/package-quality-control.yaml | 2 +- .github/workflows/pyright.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-upload.yaml b/.github/workflows/build-and-upload.yaml index 9c3bab2..f0d100e 100644 --- a/.github/workflows/build-and-upload.yaml +++ b/.github/workflows/build-and-upload.yaml @@ -19,7 +19,7 @@ jobs: - name: Check for Changed Files id: changed-files - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf with: files: | annotated_logger @@ -29,7 +29,7 @@ jobs: - name: Log into registry if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ secrets.GHCR_USER }} @@ -40,7 +40,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' - name: Setup Octofactory config - uses: jfrog/setup-jfrog-cli@7c95feb32008765e1b4e626b078dfd897c4340ad + uses: jfrog/setup-jfrog-cli@e7cc33a01bc1b1df406bac8a1c4a409a34bdca0a if: steps.changed-files.outputs.any_changed == 'true' env: JF_ENV_1: ${{ secrets.OCTOFACTORY_SERVER_CONFIG }} diff --git a/.github/workflows/mutation.yaml b/.github/workflows/mutation.yaml index 6ae9140..876685a 100644 --- a/.github/workflows/mutation.yaml +++ b/.github/workflows/mutation.yaml @@ -30,7 +30,7 @@ jobs: hatch run dev:mutmut results hatch run dev:mutmut junitxml > junit.xml - name: Parse Results - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: junit.xml diff --git a/.github/workflows/package-quality-control.yaml b/.github/workflows/package-quality-control.yaml index 883d8f5..ed10f14 100644 --- a/.github/workflows/package-quality-control.yaml +++ b/.github/workflows/package-quality-control.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-python@v5 - name: Check for Changed Files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: | pyproject.toml diff --git a/.github/workflows/pyright.yaml b/.github/workflows/pyright.yaml index 94f3aae..8cb471c 100644 --- a/.github/workflows/pyright.yaml +++ b/.github/workflows/pyright.yaml @@ -19,4 +19,4 @@ jobs: hatch env create dev - run: echo "$(hatch env find dev)/bin" >> $GITHUB_PATH - name: Run pyright - uses: jakebailey/pyright-action@v2.3.1 + uses: jakebailey/pyright-action@v2.3.2 diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e9fabfb..c69d693 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -65,7 +65,7 @@ jobs: echo "[run]" >> .coveragerc echo "relative_files = true" >> .coveragerc - name: Python Coverage Comment - uses: py-cov-action/python-coverage-comment-action@v3.24 + uses: py-cov-action/python-coverage-comment-action@v3.29 with: GITHUB_TOKEN: ${{ github.token }} MERGE_COVERAGE_FILES: true