File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
64+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6565 with :
6666 languages : javascript-typescript
6767 build-mode : none
8080 - "**/*_pb.d.ts"
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
83+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2424 uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2525 with :
2626 egress-policy : audit
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030 - name : 🧹 Conventional Commits
Original file line number Diff line number Diff line change 2121 uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2222 with :
2323 egress-policy : audit
24- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 - name : 🔂 dependency review
26- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
26+ uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9 .0
2727 with :
2828 fail-on-severity : " high"
2929 deny-licenses : " AGPL-1.0, AGPL-3.0"
Original file line number Diff line number Diff line change 2525 uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2626 with :
2727 egress-policy : audit
28- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0
3131 - name : 🧹 run superlinter
Original file line number Diff line number Diff line change 5353 merge-multiple : true
5454
5555 - name : Cache npm dependencies
56- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
56+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5757 with :
5858 path : " ~/.npm"
5959 key : node-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments