Skip to content

Commit

Permalink
22122
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailoyanakiev committed Apr 22, 2024
1 parent 0b5b010 commit 51ced0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,10 @@ jobs:
# env:
# To report GitHub Actions status checks
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Scan secturity
uses: github/codeql-action/analyze@v1
with:
languages: java
queries: 'security-and-quality'
github_token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 2 additions & 0 deletions Hello.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ public static void main(String[] args) {
System.out.println("Hello, World!");
}
}


0 comments on commit 51ced0e

Please sign in to comment.