diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1f4901f..19bcf48 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: matrix: language: [actions, rust] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # For pull_request_target: check out the fork head to scan PR changes. # For push/schedule: github.sha resolves to the pushed commit.