Ignore:
Timestamp:
2023-02-20T22:41:26+01:00 (21 months ago)
Author:
taylor.smock
Message:

Fix #22753: Fix GitHub Actions

This uses actions from https://github.com/JOSM/JOSMPluginAction, updates
other external actions and fixes many deprecation warnings.

File:
1 edited

Legend:

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

    r18056 r18670  
    2222    steps:
    2323    - name: Checkout repository
    24       uses: actions/checkout@v2
     24      uses: actions/checkout@v3
    2525      with:
    2626          fetch-depth: 256
    2727
    2828    - name: Cache
    29       uses: actions/cache@v2.0.0
     29      uses: actions/cache@v3
    3030      with:
    3131        path: |
     
    3535
    3636    - name: Initialize CodeQL
    37       uses: github/codeql-action/init@v1
     37      uses: github/codeql-action/init@v2
    3838      with:
    3939        languages: ${{ matrix.language }}
     
    4444
    4545    - name: Perform CodeQL Analysis
    46       uses: github/codeql-action/analyze@v1
     46      uses: github/codeql-action/analyze@v2
Note: See TracChangeset for help on using the changeset viewer.