Skip to content

Commit

Permalink
reorder init (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Jan 10, 2024
1 parent 59de65d commit d760169
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java

- uses: actions/setup-java@v4
with:
java-version: 17
Expand All @@ -43,12 +49,6 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_password: ${{ secrets.GPG_PASSPHRASE }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java

- uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit d760169

Please sign in to comment.