File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 package-manager-cache : false
2727
2828 - name : Install pnpm
29- uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
29+ uses : pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
3030 with :
3131 run_install : |
3232 - recursive: true
Original file line number Diff line number Diff line change 6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
71+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7272 with :
7373 languages : ${{ matrix.language }}
7474 build-mode : ${{ matrix.build-mode }}
9696 exit 1
9797
9898 - name : Perform CodeQL Analysis
99- uses : github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
99+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
100100 with :
101101 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3131 - name : ' Checkout repository'
3232 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 - name : ' Dependency Review'
34- uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9 .0
34+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0 .0
3535 # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
3636 with :
3737 comment-summary-in-pr : always
Original file line number Diff line number Diff line change 7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
77+ uses : github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7878 with :
7979 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2828 check-latest : true
2929 package-manager-cache : pnpm
3030
31- - uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
31+ - uses : pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
3232 name : Install pnpm
3333 with :
3434 run_install : |
6868 package-manager-cache : false
6969
7070 - name : Install pnpm
71- uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
71+ uses : pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
7272 with :
7373 run_install : |
7474 - recursive: true
@@ -109,7 +109,7 @@ jobs:
109109 check-latest : true
110110 package-manager-cache : pnpm
111111
112- - uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
112+ - uses : pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
113113 name : Install pnpm
114114 with :
115115 run_install : |
You can’t perform that action at this time.
0 commit comments