File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 actions : read # Needed to analyze action metadata.
2626 steps :
2727 - name : harden runner
28- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
28+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2929 with :
3030 egress-policy : audit
3131
@@ -35,15 +35,15 @@ jobs:
3535 persist-credentials : false
3636
3737 - name : setup uv
38- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
38+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3939
4040 - name : zizmor
4141 run : uvx zizmor --pedantic --format sarif . > results.sarif
4242 env :
4343 GH_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
4444
4545 - name : upload
46- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
46+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4747 with :
4848 sarif_file : results.sarif
4949 category : zizmor
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : harden runner
24- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
24+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2525 with :
2626 egress-policy : audit
2727
5151 name : ' build ${{ matrix.arch }}'
5252 steps :
5353 - name : harden runner
54- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
54+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
5555 with :
5656 egress-policy : audit
5757
8080 name : ' clippy ${{ matrix.arch }}'
8181 steps :
8282 - name : harden runner
83- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
83+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
8484 with :
8585 egress-policy : audit
8686
Original file line number Diff line number Diff line change 3737 build-mode : none
3838 steps :
3939 - name : harden runner
40- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
40+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
4141 with :
4242 egress-policy : audit
4343
@@ -47,13 +47,13 @@ jobs:
4747 persist-credentials : false
4848
4949 - name : initialize codeql
50- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
50+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5151 with :
5252 languages : ${{ matrix.language }}
5353 build-mode : ${{ matrix.build-mode }}
5454 config-file : ./.github/codeql/codeql-config.yaml
5555
5656 - name : perform codeql analysis
57- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
57+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5858 with :
5959 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : harden runner
28- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
28+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2929 with :
3030 egress-policy : audit
3131
4343
4444 - name : ' upload artifacts'
4545 id : upload
46- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747 with :
4848 name : artifacts
4949 path : target/assemble/*
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : harden runner
28- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
28+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2929 with :
3030 egress-policy : audit
3131
4747 subject-path : target/assemble/*
4848
4949 - name : ' generate cultivator token'
50- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2
50+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.0.0-beta.2
5151 id : generate-token
5252 with :
5353 app-id : " ${{ secrets.EDERA_CULTIVATION_APP_ID }}"
You can’t perform that action at this time.
0 commit comments