diff options
| author | Ritesh Ghosh <[email protected]> | 2024-03-03 23:36:26 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-03-03 23:36:26 +0530 |
| commit | 0d26b1457cf16b1a17757b3cb9f4eee2364e02ae (patch) | |
| tree | 6a2f869bc8948feecb15d70cbb38f02668bfad2f /.github | |
| parent | 7e9e84b5c1575fbc7031d39155f1776fa89a0620 (diff) | |
| download | aniwatch-api-0d26b1457cf16b1a17757b3cb9f4eee2364e02ae.tar.xz aniwatch-api-0d26b1457cf16b1a17757b3cb9f4eee2364e02ae.zip | |
ci: update checkout, codeql init, autobuild & analyze action versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 93834b0..02c678e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -name: "CodeQL" +name: "CodeQL Analysis" on: push: @@ -24,16 +24,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 |
