4747 - uses : actions/checkout@v6.0.2
4848 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
4949 with :
50- bun-version : 1.3.13
50+ bun-version : 1.3.14
5151 - run : bun install --frozen-lockfile
5252 - run : bun run typecheck
5353
5757 - uses : actions/checkout@v6.0.2
5858 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5959 with :
60- bun-version : 1.3.13
60+ bun-version : 1.3.14
6161 - run : bun install --frozen-lockfile
6262 - run : bun run lint
6363
6767 - uses : actions/checkout@v6.0.2
6868 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
6969 with :
70- bun-version : 1.3.13
70+ bun-version : 1.3.14
7171 - run : bun install --frozen-lockfile
7272 - run : bunx depcheck --ignores depcheck,@types/bun,@types/bun-types,vitest,@vitest/coverage-v8
7373
@@ -79,11 +79,11 @@ jobs:
7979 fetch-depth : 0
8080 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
8181 with :
82- bun-version : 1.3.13
82+ bun-version : 1.3.14
8383 - run : bun install --frozen-lockfile
8484 - name : Run Tests
8585 run : bun run coverage
86- - uses : sonarsource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0
86+ - uses : sonarsource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1
8787 env :
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
@@ -102,12 +102,12 @@ jobs:
102102 uses : actions/checkout@v6.0.2
103103
104104 - name : Initialize CodeQL
105- uses : github/codeql-action/init@v4.35.4
105+ uses : github/codeql-action/init@v4.36.0
106106 with :
107107 languages : ' typescript'
108108
109109 - name : Autobuild
110- uses : github/codeql-action/autobuild@v4.35.4
110+ uses : github/codeql-action/autobuild@v4.36.0
111111
112112 - name : Perform CodeQL Analysis
113- uses : github/codeql-action/analyze@v4.35.4
113+ uses : github/codeql-action/analyze@v4.36.0
0 commit comments