comparison .github/workflows/codeql-analysis.yml @ 7186:fcf7e210a0f9

upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 23:39:27 -0500
parents cc49ac11850f
children 8dc5b3739367
comparison
equal deleted inserted replaced
7185:8e8d111fcdcd 7186:fcf7e210a0f9
49 - name: Checkout repository 49 - name: Checkout repository
50 uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0 50 uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
51 51
52 # Initializes the CodeQL tools for scanning. 52 # Initializes the CodeQL tools for scanning.
53 - name: Initialize CodeQL 53 - name: Initialize CodeQL
54 uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 54 uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
55 with: 55 with:
56 languages: ${{ matrix.language }} 56 languages: ${{ matrix.language }}
57 # If you wish to specify custom queries, you can do so here or in a config file. 57 # If you wish to specify custom queries, you can do so here or in a config file.
58 # By default, queries listed here will override any specified in a config file. 58 # By default, queries listed here will override any specified in a config file.
59 # Prefix the list here with "+" to use these queries and those in the config file. 59 # Prefix the list here with "+" to use these queries and those in the config file.
60 # queries: ./path/to/local/query, your-org/your-repo/queries@main 60 # queries: ./path/to/local/query, your-org/your-repo/queries@main
61 61
62 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 62 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63 # If this step fails, then you should remove it and run the build manually (see below) 63 # If this step fails, then you should remove it and run the build manually (see below)
64 - name: Autobuild 64 - name: Autobuild
65 uses: github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 65 uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
66 66
67 # â„šī¸ Command-line programs to run using the OS shell. 67 # â„šī¸ Command-line programs to run using the OS shell.
68 # 📚 https://git.io/JvXDl 68 # 📚 https://git.io/JvXDl
69 69
70 # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines 70 # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines
74 #- run: | 74 #- run: |
75 # make bootstrap 75 # make bootstrap
76 # make release 76 # make release
77 77
78 - name: Perform CodeQL Analysis 78 - name: Perform CodeQL Analysis
79 uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 79 uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5

Roundup Issue Tracker: http://roundup-tracker.org/