dependabot[bot]
7 months 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-prettier.yml
-
.github/workflows/action-super-linter.yml
-
.github/workflows/action-update-copyright-years-in-license-file.yml
-
.github/workflows/details-check.yml
-
.github/workflows/serverlist-validate.yml
-
.github/workflows/update-copyright-years-in-license-file.yml
-
.github/workflows/version-check.yml
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v5 |
|
|
uses: actions/checkout@v6 |
|
|
with: |
|
|
with: |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout code |
|
|
- name: Checkout code |
|
|
uses: actions/checkout@v5 |
|
|
uses: actions/checkout@v6 |
|
|
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@v5 |
|
|
uses: actions/checkout@v6 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
fetch-depth: 0 |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
|
|
|
@ -18,7 +18,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@v6 |
|
|
|
|
|
|
|
|
- name: Generate matrix with generate-matrix.sh |
|
|
- name: Generate matrix with generate-matrix.sh |
|
|
run: chmod +x .github/workflows/details-check-generate-matrix.sh; .github/workflows/details-check-generate-matrix.sh |
|
|
run: chmod +x .github/workflows/details-check-generate-matrix.sh; .github/workflows/details-check-generate-matrix.sh |
|
|
|
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v6 |
|
|
|
|
|
|
|
|
- name: Compare Versions |
|
|
- name: Compare Versions |
|
|
run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh |
|
|
run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh |
|
|
|
|
|
@ -10,7 +10,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v4 |
|
|
uses: actions/checkout@v6 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
fetch-depth: 0 |
|
|
- name: Action Update License Year |
|
|
- name: Action Update License Year |
|
|
|
|
|
@ -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@v6 |
|
|
|
|
|
|
|
|
- name: Version Check |
|
|
- name: Version Check |
|
|
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh |
|
|
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh |
|
|
|