Ignore:
Timestamp:
2024-04-25T23:42:21+02:00 (19 months ago)
Author:
taylor.smock
Message:

GitHub CI: Fix deprecation warnings for CodeQL and checkstyle workflows

Also drop Java 8 from ant-test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/codeql-analysis.yml

    r18993 r19058  
    1414    name: Analyze
    1515    runs-on: ubuntu-latest
     16    permissions:
     17      security-events: write
    1618
    1719    strategy:
     
    3537
    3638    - name: Initialize CodeQL
    37       uses: github/codeql-action/init@v2
     39      uses: github/codeql-action/init@v3
    3840      with:
    3941        languages: ${{ matrix.language }}
     
    4446
    4547    - name: Perform CodeQL Analysis
    46       uses: github/codeql-action/analyze@v2
     48      uses: github/codeql-action/analyze@v3
Note: See TracChangeset for help on using the changeset viewer.