File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
44+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
4545 with :
4646 egress-policy : audit
4747
4848 - name : Checkout repository
49- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
53+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6464
6565 - name : Use Node.js v18.x
6666 if : matrix.language == 'cpp'
67- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
67+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
6868 with :
6969 node-version : 18.x
7070
8484 # ./location_of_script_within_repo/buildscript.sh
8585
8686 - name : Perform CodeQL Analysis
87- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
87+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
20+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2121 with :
2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9 .0
27+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0 .0
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Harden Runner
13- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
13+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1414 with :
1515 egress-policy : audit
1616
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 - run : npm ci --ignore-scripts
1919 - name : check clang-format
2020 run : |
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
23+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2424 with :
2525 egress-policy : audit
2626
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828 - name : Use Node.js ${{ matrix.node-version }}
29- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
29+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232 - run : npm ci --ignore-scripts
@@ -40,11 +40,11 @@ jobs:
4040 container : node
4141 steps :
4242 - name : Harden Runner
43- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
43+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
4444 with :
4545 egress-policy : audit
4646
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 - run : npm i -g n && n nightly
4949 - run : node -p process.versions
5050 - name : Environment Information
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
34+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3535 with :
3636 egress-policy : audit
3737
3838 - name : " Checkout code"
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 persist-credentials : false
4242
7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
74+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments