From 1c5b21e3e445864d4d06ff3919d414633bc368e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:17:24 +0000 Subject: [PATCH] Build(deps): bump greenbone/actions from 1 to 3 Bumps [greenbone/actions](https://github.com/greenbone/actions) from 1 to 3. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/v1...v3) --- updated-dependencies: - dependency-name: greenbone/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-python.yml | 4 ++-- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/deploy-pypi.yml | 2 +- .github/workflows/sbom-upload.yml | 2 +- .github/workflows/update-header.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 38161c61..74d1225a 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check with black, pylint and pontos.version - uses: greenbone/actions/lint-python@v2 + uses: greenbone/actions/lint-python@v3 with: version: ${{ matrix.python-version }} packages: notus tests @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install poetry and dependencies - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: version: ${{ matrix.python-version }} - name: Run unit tests diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 68793a22..4ed99f79 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Report Conventional Commits - uses: greenbone/actions/conventional-commits@v2 + uses: greenbone/actions/conventional-commits@v3 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index bbc5a50d..36afcc32 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Dependency Review' - uses: greenbone/actions/dependency-review@v2 + uses: greenbone/actions/dependency-review@v3 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 628eacc3..5bf49858 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Build and publish to PyPI - uses: greenbone/actions/pypi-upload@v2 + uses: greenbone/actions/pypi-upload@v3 with: pypi-token: ${{ secrets.PYPI_TOKEN }} diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 28289bdf..fefdfeaf 100644 --- a/.github/workflows/sbom-upload.yml +++ b/.github/workflows/sbom-upload.yml @@ -11,4 +11,4 @@ jobs: contents: write steps: - name: 'SBOM upload' - uses: greenbone/actions/sbom-upload@v2 + uses: greenbone/actions/sbom-upload@v3 diff --git a/.github/workflows/update-header.yml b/.github/workflows/update-header.yml index 932b7240..c135f2a1 100644 --- a/.github/workflows/update-header.yml +++ b/.github/workflows/update-header.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Run update header - uses: greenbone/actions/update-header@v1 + uses: greenbone/actions/update-header@v3 with: github-user: ${{ secrets.GREENBONE_BOT }} github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}