workflows: analysis: default checkout

Should work in checkout@v3

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-03-08 10:04:15 +01:00
parent 4a9338d4fe
commit 55f02b550b
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ jobs:
echo "PR: ${{ steps.get-vars.outputs.pr }}"
echo "RUN NUMBER: $GITHUB_RUN_NUMBER"
- uses: actions/checkout@v3
with:
ref: ${{ steps.get-vars.outputs.branch }}
- name: Set up JDK 11
uses: actions/setup-java@v2
with: