mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 12:32:43 +00:00
ci: update global workflows (#1863)
This commit is contained in:
parent
29a1b1539f
commit
336062d467
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
- name: Label autoapproved
|
- name: Label autoapproved
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_BOT_TOKEN }}
|
github-token: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
continue: ${{ steps.continue.outputs.result }}
|
continue: ${{ steps.continue.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- name: Get repo languages
|
- name: Get repo languages
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: lang
|
id: lang
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
return matrix
|
return matrix
|
||||||
|
|
||||||
- name: Continue
|
- name: Continue
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: continue
|
id: continue
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Label Actions
|
- name: Label Actions
|
||||||
uses: dessant/label-actions@v3
|
uses: dessant/label-actions@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_BOT_TOKEN }}
|
github-token: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user