diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 1c4dbf1c..1738318c 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -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 @@ -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 }} @@ -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 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e73967f9..5d332596 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -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 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 9e7260af..de423a0e 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@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 + uses: greenbone/actions/dependency-review@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 849811a6..5df6a652 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -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 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index a42d4ff1..ce1d1096 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@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 + uses: greenbone/actions/sbom-upload@e31766d258c8642dc090244b8334be5b2109833d # v3.27.23