File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 yamllint :
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v6 .0.3
16+ - uses : actions/checkout@v7 .0.0
1717 - uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
1818 with :
1919 strict : true
2525 node-version : [24, 25]
2626 bun-version : [1.2.23, 1.3.10]
2727 steps :
28- - uses : actions/checkout@v6 .0.3
28+ - uses : actions/checkout@v7 .0.0
2929 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
3030 with :
3131 bun-version : ${{ matrix.bun-version }}
4444 typecheck :
4545 runs-on : ubuntu-24.04
4646 steps :
47- - uses : actions/checkout@v6 .0.3
47+ - uses : actions/checkout@v7 .0.0
4848 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
4949 with :
5050 bun-version : 1.3.14
5454 eslint :
5555 runs-on : ubuntu-24.04
5656 steps :
57- - uses : actions/checkout@v6 .0.3
57+ - uses : actions/checkout@v7 .0.0
5858 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5959 with :
6060 bun-version : 1.3.14
6464 unused-deps :
6565 runs-on : ubuntu-24.04
6666 steps :
67- - uses : actions/checkout@v6 .0.3
67+ - uses : actions/checkout@v7 .0.0
6868 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
6969 with :
7070 bun-version : 1.3.14
7474 test :
7575 runs-on : ubuntu-24.04
7676 steps :
77- - uses : actions/checkout@v6 .0.3
77+ - uses : actions/checkout@v7 .0.0
7878 with :
7979 fetch-depth : 0
8080 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
9999
100100 steps :
101101 - name : Checkout repository
102- uses : actions/checkout@v6 .0.3
102+ uses : actions/checkout@v7 .0.0
103103
104104 - name : Initialize CodeQL
105105 uses : github/codeql-action/init@v4.36.2
Original file line number Diff line number Diff line change 1313 contents : write
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@v6 .0.3
16+ - uses : actions/checkout@v7 .0.0
1717
1818 - name : Set version from tag
1919 if : github.ref_type == 'tag'
You can’t perform that action at this time.
0 commit comments