Mercurial > p > roundup > code
comparison .github/workflows/codeql-analysis.yml @ 7641:bdc81c1e2eec
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 - https://github.com/roundup-tracker/roundup/pull/50
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Sep 2023 21:33:52 -0400 |
| parents | 926ea14c3450 |
| children | edd93fa4a5ec |
comparison
equal
deleted
inserted
replaced
| 7640:cea108761b8c | 7641:bdc81c1e2eec |
|---|---|
| 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.6.0 | 52 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 | 56 uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 |
| 57 with: | 57 with: |
