File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
44+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
4545 with :
4646 egress-policy : audit
4747
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2121 with :
2222 egress-policy : audit
2323
Original file line number Diff line number Diff line change 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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1414 with :
1515 egress-policy : audit
1616
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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2424 with :
2525 egress-policy : audit
2626
2727 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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
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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
4444 with :
4545 egress-policy : audit
4646
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
34+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3535 with :
3636 egress-policy : audit
3737
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1111 container : node
1212 steps :
1313 - name : Harden Runner
14- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
14+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1515 with :
1616 egress-policy : audit
1717
Original file line number Diff line number Diff line change 1313 container : node
1414 steps :
1515 - name : Harden Runner
16- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
16+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1717 with :
1818 egress-policy : audit
1919
You can’t perform that action at this time.
0 commit comments