File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2020
2121 # Checkout the depot tools they are needed by roll_deps.sh
2222 - name : Checkout depot tools
Original file line number Diff line number Diff line change 1818 runs-on : ${{matrix.os}}
1919
2020 steps :
21- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2222 with :
2323 fetch-depth : ' 0'
2424 - name : Download dependencies
Original file line number Diff line number Diff line change 1111 matrix :
1212 os : [ macos-12, macos-13 ]
1313 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
1616 - name : Download dependencies
1717 run : python3 utils/git-sync-deps
1818 # NOTE: The MacOS SDK ships universal binaries. CI should reflect this.
Original file line number Diff line number Diff line change 1313 prepare-release-job :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1717 - name : Prepare CHANGELOG for version
1818 run : |
1919 python utils/generate_changelog.py CHANGES "${{ github.ref_name }}" VERSION_CHANGELOG
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2727 with :
2828 persist-credentials : false
2929
@@ -40,14 +40,14 @@ jobs:
4040 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4141 # format to the repository Actions tab.
4242 - name : " Upload artifact"
43- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
43+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
4444 with :
4545 name : SARIF file
4646 path : results.sarif
4747 retention-days : 5
4848
4949 # Upload the results to GitHub's code scanning dashboard.
5050 - 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
5252 with :
5353 sarif_file : results.sarif
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
12+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1313 with :
1414 fetch-depth : ' 0'
1515 - name : Build web
You can’t perform that action at this time.
0 commit comments