diff options
| author | jvoisin | 2025-07-15 22:05:51 +0200 |
|---|---|---|
| committer | jvoisin | 2025-07-15 22:05:51 +0200 |
| commit | 0184ba96d6087c6dca62ef6a996567e6d2e2bb9e (patch) | |
| tree | 214c3c69fb84934a9ec5c2462a918195e6703310 /.github/workflows/codeql-analysis.yml | |
| parent | 87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (diff) | |
Bump actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a8cf39b..067ef04 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -26,7 +26,7 @@ jobs: | |||
| 26 | 26 | ||
| 27 | steps: | 27 | steps: |
| 28 | - name: Checkout repository | 28 | - name: Checkout repository |
| 29 | uses: actions/checkout@v3 | 29 | uses: actions/checkout@v4 |
| 30 | 30 | ||
| 31 | # Initializes the CodeQL tools for scanning. | 31 | # Initializes the CodeQL tools for scanning. |
| 32 | - name: Initialize CodeQL | 32 | - name: Initialize CodeQL |
