Skip to content

Commit

Permalink
autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Dec 7, 2023
1 parent afb5776 commit d037c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
profile: []
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: build
uses: ../.github/workflows/build.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Analyze
uses: github/codeql-action/analyze@v2

Expand Down

0 comments on commit d037c64

Please sign in to comment.