Skip to content

Commit

Permalink
.sync/workflows/codeql: Update sync action to v4 (#301)
Browse files Browse the repository at this point in the history
Matches the latest version being propagated by dependabot.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Jan 23, 2024
1 parent fbb8ff6 commit ff21217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .sync/workflows/leaf/codeql-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Attempt to Load cargo-make From Cache
id: cargo_make_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
- 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 }}
Expand Down
4 changes: 2 additions & 2 deletions .sync/workflows/leaf/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Attempt to Load cargo-make From Cache
id: cargo_make_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
- 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 }}
Expand Down

0 comments on commit ff21217

Please sign in to comment.