Преглед изворни кода

Update version of codeql-analysis.yml (#1035)

v2 will deprecate soon so we will move to v3 🌴 
https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
pull/736/merge
Phuoc Tran пре 2 недеља
committed by GitHub
родитељ
комит
4ce9e6f615
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      .github/workflows/codeql-analysis.yml

+ 3
- 3
.github/workflows/codeql-analysis.yml Прегледај датотеку

@@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can check out the head.
@@ -29,10 +29,10 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3

Loading…
Откажи
Сачувај