Skip to content

Commit

Permalink
Bump greenbone/actions from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [greenbone/actions](https://github.com/greenbone/actions) from 1 to 2.
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bjoernricks committed Dec 6, 2022
1 parent 8e16349 commit e9b381f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@v1
uses: greenbone/actions/doc-coverage-clang@v2

generate-xml-doc:
name: Generate documentation (XML)
Expand Down
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@v1
uses: greenbone/actions/update-header@v2
with:
github-user: ${{ secrets.GREENBONE_BOT }}
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
Expand Down

0 comments on commit e9b381f

Please sign in to comment.