diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5206296..12ab160d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 1 - uses: actions/setup-node@v3.8.1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2f85baed..47ff419c 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.5.3 + uses: actions/checkout@v4.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL