Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
ci: update global workflows (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot authored Dec 10, 2023
1 parent 685b719 commit 4c9701d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Label autoapproved
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}
script: |
Expand Down
292 changes: 0 additions & 292 deletions .github/workflows/ci-qodana.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
continue: ${{ steps.continue.outputs.result }}
steps:
- name: Get repo languages
uses: actions/github-script@v6
uses: actions/github-script@v7
id: lang
with:
script: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
return matrix
- name: Continue
uses: actions/github-script@v6
uses: actions/github-script@v7
id: continue
with:
script: |
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/dispatcher.yml

This file was deleted.

Loading

0 comments on commit 4c9701d

Please sign in to comment.