Skip to content

Commit

Permalink
Fix workflows 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZID-DevOps authored and hjannasch committed Jan 3, 2024
1 parent 9ec6312 commit bcdc862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ on:

jobs:
maven-build:
uses: hjannasch/workflows-java/.github/workflows/java-maven-codeql.yml@main
uses: hjannasch/workflows-java/.github/workflows/java-maven-codeql.yml@main
permissions:
actions: read
contents: read
security-events: write
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ on:
jobs:
maven-build:
uses: hjannasch/workflows-java/.github/workflows/java-maven-build.yml@main
permissions:
actions: read
contents: read
security-events: write

0 comments on commit bcdc862

Please sign in to comment.