diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9babba3..96e695b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 # in order for codeQL to run you need to setup Java properly - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17'