File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
21
21
# Checkout the depot tools they are needed by roll_deps.sh
22
22
- name : Checkout depot tools
Original file line number Diff line number Diff line change 18
18
runs-on : ${{matrix.os}}
19
19
20
20
steps :
21
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22
22
with :
23
23
fetch-depth : ' 0'
24
24
- name : Download dependencies
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
os : [ macos-12, macos-13 ]
13
13
steps :
14
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
15
- - uses : lukka/get-cmake@b111a57714ab6e67a65d3f857b72b148554c4262 # v3.29.1
14
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15
+ - uses : lukka/get-cmake@4931ab1fc1604964c055eb330edb3f6b26ba0cfa # v3.29.2
16
16
- name : Download dependencies
17
17
run : python3 utils/git-sync-deps
18
18
# NOTE: The MacOS SDK ships universal binaries. CI should reflect this.
Original file line number Diff line number Diff line change 13
13
prepare-release-job :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
17
17
- name : Prepare CHANGELOG for version
18
18
run : |
19
19
python utils/generate_changelog.py CHANGES "${{ github.ref_name }}" VERSION_CHANGELOG
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout code"
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
27
with :
28
28
persist-credentials : false
29
29
@@ -40,14 +40,14 @@ jobs:
40
40
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
41
41
# format to the repository Actions tab.
42
42
- name : " Upload artifact"
43
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
43
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
44
44
with :
45
45
name : SARIF file
46
46
path : results.sarif
47
47
retention-days : 5
48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
51
+ uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
52
52
with :
53
53
sarif_file : results.sarif
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
12
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
13
13
with :
14
14
fetch-depth : ' 0'
15
15
- name : Build web
You can’t perform that action at this time.
0 commit comments