You've already forked wakapi-readme-stats
fix: Update action urls
This commit is contained in:
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
@@ -29,10 +29,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v3
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python 3.11 🐍
|
- name: Setup Python 3.11 🐍
|
||||||
uses: actions/setup-python@v4
|
uses: https://github.com/actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
@@ -44,13 +44,13 @@ jobs:
|
|||||||
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
|
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Initialize CodeQL 🧑💻
|
- name: Initialize CodeQL 🧑💻
|
||||||
uses: github/codeql-action/init@v2
|
uses: https://github.com/github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
queries: security-and-quality
|
queries: security-and-quality
|
||||||
setup-python-dependencies: false
|
setup-python-dependencies: false
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis 📈
|
- name: Perform CodeQL Analysis 📈
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: https://github.com/github/codeql-action/analyze@v2
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user