From 594b31f8b8278da7d86318f4c0b26b9214f9be31 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 5 Dec 2024 17:00:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/codeql-scheduled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f7263715..d077a596 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/codeql-scheduled.yml b/.github/workflows/codeql-scheduled.yml index 283c801d..2f02b052 100644 --- a/.github/workflows/codeql-scheduled.yml +++ b/.github/workflows/codeql-scheduled.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This step will try to find a Dockerfile in the repository and extract the Ruby version from it. # If you don't use Docker, you can remove this step and add the Ruby version directly to the