Changeset 18670 in josm for trunk/.github/workflows/codeql-analysis.yml
- Timestamp:
- 2023-02-20T22:41:26+01:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/codeql-analysis.yml
r18056 r18670 22 22 steps: 23 23 - name: Checkout repository 24 uses: actions/checkout@v 224 uses: actions/checkout@v3 25 25 with: 26 26 fetch-depth: 256 27 27 28 28 - name: Cache 29 uses: actions/cache@v 2.0.029 uses: actions/cache@v3 30 30 with: 31 31 path: | … … 35 35 36 36 - name: Initialize CodeQL 37 uses: github/codeql-action/init@v 137 uses: github/codeql-action/init@v2 38 38 with: 39 39 languages: ${{ matrix.language }} … … 44 44 45 45 - name: Perform CodeQL Analysis 46 uses: github/codeql-action/analyze@v 146 uses: github/codeql-action/analyze@v2
Note:
See TracChangeset
for help on using the changeset viewer.