dependabot[bot]
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/ci-testing.yml
-
.github/workflows/codeql-analysis.yml
-
.github/workflows/rebase.yml
|
|
@@ -25,7 +25,7 @@ jobs: |
|
|
|
# Timeout: https://stackoverflow.com/a/59076067/4521646 |
|
|
|
timeout-minutes: 60 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
@@ -22,7 +22,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning. |
|
|
|
- name: Initialize CodeQL |
|
|
@@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout the latest code |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
token: ${{ secrets.ACTIONS_TOKEN }} |
|
|
|
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo |