diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b12ecf8..822be8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: any: ${{ steps.yaml_changes.outputs.any_changed }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check Docker @@ -89,7 +89,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint uses: reviewdog/action-shellcheck@v1.31 with: @@ -115,7 +115,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Validate uses: reviewdog/action-actionlint@v1.67.0 with: @@ -134,7 +134,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint uses: reviewdog/action-hadolint@v1.50.2 with: @@ -155,7 +155,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint uses: reviewdog/action-yamllint@v1.21.0 with: @@ -174,7 +174,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint uses: docker-compose-linter/dclint-github-action/reviewdog-action@v1.6.0 with: @@ -195,7 +195,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Scan uses: reviewdog/action-gitleaks@v1.8 with: diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index e6fa7e6..ad64a0d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -36,7 +36,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Cleanup Parameters id: params run: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3344d3..6e6e3fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: deployments: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Image Versions id: images run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 414ccd4..9a0fc1e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,7 +24,7 @@ jobs: docker: ${{ steps.docker_changes.outputs.any_changed }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check Docker @@ -52,7 +52,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Buildx uses: docker/setup-buildx-action@v3 - name: Extract metadata @@ -123,7 +123,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Buildx uses: docker/setup-buildx-action@v3 - name: Login to Registry @@ -198,7 +198,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Clean Old Images ${{ matrix.service }} uses: actions/delete-package-versions@v5 with: diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index a9f7055..bcdeadb 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -42,7 +42,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Convert @@ -73,7 +73,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Registry Size Check ${{ matrix.service }} id: registry_size run: | @@ -135,7 +135,7 @@ jobs: packages: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Repository Health Summary diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c55c73..a164805 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: is_prerelease: ${{ steps.version.outputs.is_prerelease }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Determine Version @@ -69,7 +69,7 @@ jobs: needs: [validate, wait] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Generate Changelog diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1fcb459..615c9ef 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,7 @@ jobs: yaml: ${{ steps.yaml_changes.outputs.any_changed }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check Docker @@ -66,7 +66,7 @@ jobs: build-mode: none steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize uses: github/codeql-action/init@v3 with: @@ -85,7 +85,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Review uses: actions/dependency-review-action@v4 with: @@ -105,7 +105,7 @@ jobs: service: [unrealircd, atheme, unrealircd-webpanel] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Buildx uses: docker/setup-buildx-action@v3 - name: Build for Security Scan @@ -138,7 +138,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Shell Script Security Analysis run: | echo "## 🔍 Shell Script Security Analysis"