Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Bump greenbone/actions from 2 to 3 #781

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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