From 63981336596a38f948c729f7dd96345bdfb3c3c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:55:03 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eeb12f1..55b3323 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,10 +19,10 @@ jobs: uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@e949a1676c32f4c215780f7429eb9f00ff18b225 # v2 + uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3 - name: Autobuild - uses: github/codeql-action/autobuild@e949a1676c32f4c215780f7429eb9f00ff18b225 # v2 + uses: github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e949a1676c32f4c215780f7429eb9f00ff18b225 # v2 + uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3