Skip to content

Commit

Permalink
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 and bjoernricks committed Aug 31, 2023
1 parent a2fc944 commit 690fcd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: greenbone/doxygen
steps:
- name: Run the c lang coverage action
uses: greenbone/actions/doc-coverage-clang@v2
uses: greenbone/actions/doc-coverage-clang@v3

generate-xml-doc:
name: Generate documentation (XML)
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
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
2 changes: 1 addition & 1 deletion .github/workflows/update-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Run update header
uses: greenbone/actions/update-header@v2
uses: greenbone/actions/update-header@v3
with:
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
Expand Down

0 comments on commit 690fcd1

Please sign in to comment.