fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #112 from hey-api/dependabot/github_actions/github-actions-cac7d13037

build(deps): Bump the github-actions group with 1 update

authored by

Jordan Shatford and committed by
GitHub
7c34832e ae83b254

+3 -3
+3 -3
.github/workflows/codeql.yml
··· 25 25 - uses: actions/checkout@v4 26 26 27 27 - name: Initialize CodeQL 28 - uses: github/codeql-action/init@v2 28 + uses: github/codeql-action/init@v3 29 29 with: 30 30 languages: ${{ matrix.language }} 31 31 queries: +security-and-quality 32 32 33 33 - name: Autobuild 34 - uses: github/codeql-action/autobuild@v2 34 + uses: github/codeql-action/autobuild@v3 35 35 36 36 - name: Perform CodeQL Analysis 37 - uses: github/codeql-action/analyze@v2 37 + uses: github/codeql-action/analyze@v3 38 38 with: 39 39 category: "/language:${{ matrix.language }}"