File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
CODEQL : ${{ steps.find-codeql.outputs.codeql-path }}
30
30
- name : Cache queries
31
31
id : cache-queries
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v3
33
33
with :
34
34
path : ${{ runner.temp }}/query-pack.zip
35
35
key : queries-${{ hashFiles('ql/**/*.ql*') }}-${{ hashFiles('ql/**/qlpack.yml') }}-${{ hashFiles('ql/ql/src/ql.dbscheme*') }}-${{ steps.get-codeql-version.outputs.version }}
59
59
- uses : actions/checkout@v2
60
60
- name : Cache entire extractor
61
61
id : cache-extractor
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v3
63
63
with :
64
64
path : |
65
65
ql/target/release/ql-autobuilder
69
69
key : ${{ runner.os }}-extractor-${{ hashFiles('ql/**/Cargo.lock') }}-${{ hashFiles('ql/**/*.rs') }}
70
70
- name : Cache cargo
71
71
if : steps.cache-extractor.outputs.cache-hit != 'true'
72
- uses : actions/cache@v2
72
+ uses : actions/cache@v3
73
73
with :
74
74
path : |
75
75
~/.cargo/registry
Original file line number Diff line number Diff line change 29
29
uses : github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
30
30
with :
31
31
languages : javascript # does not matter
32
- - uses : actions/cache@v2
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : |
35
35
~/.cargo/registry
Original file line number Diff line number Diff line change 23
23
uses : github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
24
24
with :
25
25
languages : javascript # does not matter
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v3
27
27
with :
28
28
path : |
29
29
~/.cargo/registry
Original file line number Diff line number Diff line change 44
44
run : |
45
45
brew install gnu-tar
46
46
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
47
- - uses : actions/cache@v2
47
+ - uses : actions/cache@v3
48
48
with :
49
49
path : |
50
50
~/.cargo/registry
You can’t perform that action at this time.
0 commit comments