Skip to content

Commit

Permalink
Deps: Bump greenbone/actions
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update in the / directory: [greenbone/actions](https://github.com/greenbone/actions).


Updates `greenbone/actions` from 3.27.20 to 3.27.23
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@6415a82...e31766d)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Jan 6, 2025
1 parent b55862f commit 11fc027
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/poetry@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
with:
python-version: ${{ matrix.python-version }}
- name: Install additional script dependencies
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/coverage-python@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/poetry@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
- name: Build docs
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/conventional-commits@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
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@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/dependency-review@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
url: https://pypi.org/project/gvm-tools/
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/pypi-upload@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23
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@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
uses: greenbone/actions/sbom-upload@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23

0 comments on commit 11fc027

Please sign in to comment.