diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa60c2b5..40ac1ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 1 - uses: actions/setup-node@v4.4.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 60d13bf5..47ef1d95 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@v4.1.7 + uses: actions/checkout@v5.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL