File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
26+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2727 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2828 with :
2929 node-version : " 18.x"
8080 name : changesets
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
83+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
8484 with :
8585 fetch-depth : 0
8686 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
43+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
47+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
57+ uses : github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
71+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
29+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3030 with :
3131 # Fetch the full history, to build attribution.json
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 contents : write
1212
1313 steps :
14- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
14+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1515 - run : |
1616 if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
1717 git config user.email "typescriptbot@microsoft.com"
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
19+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2020 with :
2121 fetch-depth : 0
2222 filter : blob:none
You can’t perform that action at this time.
0 commit comments