Skip to content

Commit

Permalink
Deps: Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [greenbone/actions](https://github.com/greenbone/actions) and [github/codeql-action](https://github.com/github/codeql-action).


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

Updates `github/codeql-action` from 3.27.9 to 3.28.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@df409f7...48ab28a)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Dec 28, 2024
1 parent 209b03d commit 3b9dd48
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/coverage-python@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
- name: Build docs
run: |
cd docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/conventional-commits@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/dependency-review@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/pypi-upload@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20
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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
uses: greenbone/actions/sbom-upload@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20

0 comments on commit 3b9dd48

Please sign in to comment.