From 6178600753c34daee0c8aeceb880565157bead42 Mon Sep 17 00:00:00 2001 From: mShan0 Date: Mon, 17 Apr 2023 14:32:37 -0700 Subject: [PATCH] update checkout action to v3 --- .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 f5865a66..91ec5aa6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL