ci: update global workflows (#1606)
This commit is contained in:
2
.github/workflows/auto-create-pr.yml
vendored
2
.github/workflows/auto-create-pr.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
|
|||||||
6
.github/workflows/ci-qodana.yml
vendored
6
.github/workflows/ci-qodana.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prepare
|
id: prepare
|
||||||
@@ -165,7 +165,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@ jobs:
|
|||||||
- name: Qodana
|
- name: Qodana
|
||||||
id: qodana
|
id: qodana
|
||||||
continue-on-error: true # ensure dispatch-qodana job is run
|
continue-on-error: true # ensure dispatch-qodana job is run
|
||||||
uses: JetBrains/qodana-action@v2023.2.1
|
uses: JetBrains/qodana-action@v2023.2.6
|
||||||
with:
|
with:
|
||||||
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
|
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
|
||||||
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length
|
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length
|
||||||
|
|||||||
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -15,6 +15,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
|
- cron: '00 12 * * 0' # every Sunday at 12:00 UTC
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
languages:
|
languages:
|
||||||
name: Get language matrix
|
name: Get language matrix
|
||||||
@@ -96,7 +100,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/yaml-lint.yml
vendored
2
.github/workflows/yaml-lint.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Find additional files
|
- name: Find additional files
|
||||||
id: find-files
|
id: find-files
|
||||||
|
|||||||
Reference in New Issue
Block a user