Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 7261:0ca12df8ef06
Bump actions/checkout from 3.5.0 to 3.5.2 - https://github.com/roundup-tracker/roundup/pull/19
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 21:36:31 -0400 |
| parents | 7fd9d0f15cf0 |
| children | 46de8ffb7873 |
comparison
equal
deleted
inserted
replaced
| 7260:e07e96ef188b | 7261:0ca12df8ef06 |
|---|---|
| 47 # Learn more... | 47 # Learn more... |
| 48 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection | 48 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection |
| 49 | 49 |
| 50 steps: | 50 steps: |
| 51 - name: Checkout repository | 51 - name: Checkout repository |
| 52 uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2.6.0 | 52 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0 |
| 53 | 53 |
| 54 # Initializes the CodeQL tools for scanning. | 54 # Initializes the CodeQL tools for scanning. |
| 55 - name: Initialize CodeQL | 55 - name: Initialize CodeQL |
| 56 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 | 56 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 |
| 57 with: | 57 with: |
