diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 259f1f6..5d3ba44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: cache: 'npm' - run: npm ci - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: pw-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d301d7a..280e437 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,16 +27,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}"