From 28fddeb235e5084467620beede0e143ab3a53f4d Mon Sep 17 00:00:00 2001 From: CatalinaSindrilaru Date: Thu, 26 Sep 2024 15:36:38 +0300 Subject: [PATCH] Update actions/checkout@v3 to actions/checkout@v4 --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c920ed8..d03fd53 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL