From 685487ea5ae1b712a0ad0afca65c406d889228ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:07:51 +0100 Subject: [PATCH] feat(ci): trusted publishing and signed artefacts (#195) * bump radiorabe/actions from 0.19.1 to 0.20.1 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lucas --- .github/workflows/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 4 +--- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 87fe08b..0d5e93e 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.19.1 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.0 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.19.1 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b7ae93..1ba524f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,4 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.19.1 - secrets: - RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.1 diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a66a202..0d77b0e 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.19.1 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}