| commit | e00f9516d2481faa720db640a4af8c72055abdda | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 19 13:56:49 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Feb 19 13:56:49 2024 +0000 |
| tree | 1b24ce9d29a41c5c530cdd5f90fa037db1e1a2d9 | |
| parent | edc6681206c1a8791981a2f911d2fb8b3d2f5768 [diff] |
GitHub Action: Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 c91e9d4..bb34180 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml
@@ -228,7 +228,7 @@ - name: Attempt to Load CodeQL CLI From Cache id: codeqlcli_cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }} key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}