File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2828 with :
2929 node-version : " 20.x"
30- - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
30+ - uses : pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 .0.0
3131
3232 - run : pnpm install
3333
4141 # Verify it compiles
4242 - run : pnpm build-site
4343
44- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
44+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545 if : github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
4646 with :
4747 name : site
6565
6666 - name : Upload diff artifact
6767 if : ${{ failure() && steps.check-diff.conclusion == 'failure' }}
68- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
68+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969 with :
7070 name : missing.patch
7171 path : missing.patch
8080 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8181 with :
8282 node-version : ' lts/*'
83- - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
83+ - uses : pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 .0.0
8484
8585 - run : pnpm install
8686
Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
47+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4848 with :
4949 config-file : ./.github/codeql/codeql-configuration.yml
5050 # Override language selection by uncommenting this and choosing your languages
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below).
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
57+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
71+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Get PR/workflow run info
2626 id : get-info
27- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
27+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2828 with :
2929 script : |
3030 console.dir(context, { depth: null });
@@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Comment on PR
157157 if : ${{ steps.get-info.outputs.result != 'null' }}
158- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
158+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
159159 env :
160160 PR_NUMBER : ${{ fromJson(steps.get-info.outputs.result).pr }}
161161 SITE_URL : ${{ steps.deploy.outputs.static_web_app_url }}
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : " 20.x"
3737
38- - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
38+ - uses : pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 .0.0
3939
4040 # Builds the modules, and boostraps the other modules
4141 - name : Build website
5555 uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
5656
5757 - name : Upload artifact
58- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v3
58+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v3
5959 with :
6060 path : ' ./site'
6161
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : " 20.x"
2828 registry-url : " https://registry.npmjs.org/"
29- - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
29+ - uses : pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6 .0.0
3030
3131 - name : Prepare website v2
3232 run : |
You can’t perform that action at this time.
0 commit comments