dependabot[bot]
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with
7 additions and
7 deletions
-
.github/workflows/action-details-check.yml
-
.github/workflows/action-issue-triage-automation.yml
-
.github/workflows/action-prettier.yml
-
.github/workflows/action-serverlist-validate.yml
-
.github/workflows/action-super-linter.yml
-
.github/workflows/action-update-copyright-years-in-license-file.yml
-
.github/workflows/action-version-check.yml
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
matrix: ${{ steps.set-matrix.outputs.matrix }} |
|
|
matrix: ${{ steps.set-matrix.outputs.matrix }} |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- name: Generate matrix with generate-matrix.sh |
|
|
- name: Generate matrix with generate-matrix.sh |
|
|
run: .github/scripts/details-check-generate-matrix.sh |
|
|
run: .github/scripts/details-check-generate-matrix.sh |
|
|
|
|
|
@ -2294,7 +2294,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v5 |
|
|
uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- name: Sync game labels from serverlist |
|
|
- name: Sync game labels from serverlist |
|
|
env: |
|
|
env: |
|
|
|
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v6 |
|
|
uses: actions/checkout@v7 |
|
|
with: |
|
|
with: |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- name: Compare Versions |
|
|
- name: Compare Versions |
|
|
run: .github/scripts/serverlist-validate.sh |
|
|
run: .github/scripts/serverlist-validate.sh |
|
|
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout code |
|
|
- name: Checkout code |
|
|
uses: actions/checkout@v6 |
|
|
uses: actions/checkout@v7 |
|
|
with: |
|
|
with: |
|
|
# super-linter needs the full git history to get the |
|
|
# super-linter needs the full git history to get the |
|
|
# list of files that changed across commits |
|
|
# list of files that changed across commits |
|
|
|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v6 |
|
|
uses: actions/checkout@v7 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
fetch-depth: 0 |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- name: Version Check |
|
|
- name: Version Check |
|
|
run: .github/scripts/version-check.sh |
|
|
run: .github/scripts/version-check.sh |
|
|
|