Skip to content

Commit

Permalink
Deps: Bump greenbone/actions from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [greenbone/actions](https://github.com/greenbone/actions) from 2 to 3.
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@v2...v3)

---
updated-dependencies:
- dependency-name: greenbone/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 9accbe3 commit 8e0fe02
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@v3
- name: Check with black, pylint and pontos.version
uses: greenbone/actions/lint-python@v2
uses: greenbone/actions/lint-python@v3
with:
packages: pheme tests

Expand All @@ -45,7 +45,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@v3
- name: Run unit tests
run: poetry run python -m pytest

Expand All @@ -60,8 +60,8 @@ jobs:
with:
python-version: 3.8
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@v3
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@v2
uses: greenbone/actions/coverage-python@v3
with:
test-command: -m pytest
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: greenbone/actions/is-latest-tag@v2
- uses: greenbone/actions/is-latest-tag@v3
id: latest
- name: Setup container meta information
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
steps:
- name: Selecting the Release type
id: release-type
uses: greenbone/actions/release-type@v2
uses: greenbone/actions/release-type@v3
with:
release-type-input: ${{ inputs.release-type }}
- name: Release with release action
uses: greenbone/actions/release@v2
uses: greenbone/actions/release@v3
with:
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
contents: write
steps:
- name: 'SBOM upload'
uses: greenbone/actions/sbom-upload@v2
uses: greenbone/actions/sbom-upload@v3

0 comments on commit 8e0fe02

Please sign in to comment.