File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 node_version : 22
2929 fail-fast : false
3030 steps :
31- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3232 - name : Use Node.js ${{ matrix.node-version }}
3333 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3434 with :
5959 name : Code Lint
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
62+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6363 - name : Use Node.js 22
6464 uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6565 with :
7373 name : Commit Lint
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
76+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7777 with :
7878 fetch-depth : 0
7979 - name : Use Node.js 22
@@ -101,7 +101,7 @@ jobs:
101101 security-events : write
102102 steps :
103103 - name : Checkout repository
104- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
104+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
105105 - name : Initialize CodeQL
106106 uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
107107 with :
You can’t perform that action at this time.
0 commit comments