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 the runner (Audit all outbound calls)
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
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
55+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5656 with :
5757 languages : ${{ matrix.language }}
5858 # If you wish to specify custom queries, you can do so here or in a config file.
6767 # ./location_of_script_within_repo/buildscript.sh
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
70+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
7171 with :
7272 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
19+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2020 with :
2121 egress-policy : audit
2222
Original file line number Diff line number Diff line change 2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
29+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3030 with :
3131 egress-policy : audit
3232
3636 persist-credentials : false
3737
3838 - name : Install uv
39- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
39+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4040 with :
4141 version : " 0.10.9"
4242 enable-cache : true
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
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 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden the runner (Audit all outbound calls)
18- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
18+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1919 with :
2020 egress-policy : audit
2121
Original file line number Diff line number Diff line change 2222 statuses : write
2323 steps :
2424 - name : Harden the runner (Audit all outbound calls)
25- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
25+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2626 with :
2727 egress-policy : audit
2828
3434 fetch-depth : 0
3535 persist-credentials : false
3636 - name : Install uv
37- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
37+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3838 with :
3939 version : " 0.10.9"
4040 enable-cache : true
Original file line number Diff line number Diff line change 2525 github.event.pull_request.draft == true
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
28+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
29+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3030 with :
3131 egress-policy : audit
3232
3333 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 with :
3535 persist-credentials : false
3636 - name : Install uv
37- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
37+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3838 with :
3939 version : " 0.10.9"
4040 enable-cache : true
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
30+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3131 with :
3232 egress-policy : audit
3333
@@ -43,12 +43,12 @@ jobs:
4343 results_format : sarif
4444 publish_results : true
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747 with :
4848 name : SARIF file
4949 path : results.sarif
5050 retention-days : 5
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13
52+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 pull-requests : read
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
17+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1818 with :
1919 egress-policy : audit
2020
You can’t perform that action at this time.
0 commit comments