diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc5710a2..5d2a9ad9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/lint_python.yaml b/.github/workflows/lint_python.yaml index 2f8c64fa..c8b360d5 100644 --- a/.github/workflows/lint_python.yaml +++ b/.github/workflows/lint_python.yaml @@ -14,7 +14,7 @@ jobs: name: Lint Python runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.ref }} - uses: actions/setup-python@v5