File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2828 with :
2929 node-version : " 18.x"
8080 name : changesets
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
83+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484 with :
8585 fetch-depth : 0
8686 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
47+ uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
57+ uses : github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
71+ uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
Original file line number Diff line number Diff line change 2727 if : github.repository == 'microsoft/TypeScript-Website'
2828
2929 steps :
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 # Fetch the full history, to build attribution.json
3333 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - run : |
1717 if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
1818 git config user.email "typescriptbot@microsoft.com"
Original file line number Diff line number Diff line change 1717 if : github.repository == 'microsoft/TypeScript-Website'
1818
1919 steps :
20- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 fetch-depth : 0
2323 filter : blob:none
3434 pnpm bootstrap
3535 pnpm build
3636
37- - uses : changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
37+ - uses : changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0
3838 with :
3939 publish : pnpm ci:publish
4040 env :
You can’t perform that action at this time.
0 commit comments