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