Ignore:
Timestamp:
2023-02-20T22:41:26+01:00 (19 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/pmd-analysis.yml

    r18057 r18670  
    1515    steps:
    1616    - name: Checkout repository
    17       uses: actions/checkout@v2
     17      uses: actions/checkout@v3
    1818      with:
    1919          fetch-depth: 256
    2020
    2121    - name: Cache
    22       uses: actions/cache@v2.0.0
     22      uses: actions/cache@v3
    2323      with:
    2424        path: |
     
    3232
    3333    - name: Upload report
    34       uses: actions/upload-artifact@v2
     34      uses: actions/upload-artifact@v3
    3535      with:
    3636        path: pmd-josm.xml
    3737
    38     - uses: jwgmeligmeyling/pmd-github-action@master
     38    - uses: JOSM/JOSMPluginAction/actions/pmd@v1
    3939      with:
    40         path: '**/pmd-josm.xml'
     40        src: 'src'
     41        file: "pmd-josm.xml"
Note: See TracChangeset for help on using the changeset viewer.