GitHub Action: Bump actions/cache from 4 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 348a863..b7f9442 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -237,7 +237,7 @@
 

     - name: Attempt to Load CodeQL CLI From Cache

       id: codeqlcli_cache

-      uses: actions/cache@v4

+      uses: actions/cache@v5

       with:

         path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}

         key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}