diff --git a/.github/workflows/build-apidoc.yml b/.github/workflows/build-apidoc.yml index 0bd7e68..8776b92 100644 --- a/.github/workflows/build-apidoc.yml +++ b/.github/workflows/build-apidoc.yml @@ -10,7 +10,7 @@ jobs: publish-apidocs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Build the docs" uses: NethServer/ns8-github-actions/.github/actions/build-apidoc@v1 diff --git a/.github/workflows/check-ui-tests-needed.yml b/.github/workflows/check-ui-tests-needed.yml index 47f1e8d..c789452 100644 --- a/.github/workflows/check-ui-tests-needed.yml +++ b/.github/workflows/check-ui-tests-needed.yml @@ -38,7 +38,7 @@ jobs: outputs: ui_tests_needed: ${{ steps.changes.outputs.ui_tests_needed }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.head_sha }} fetch-depth: 2 diff --git a/.github/workflows/clean-apidoc.yml b/.github/workflows/clean-apidoc.yml index cfa8df9..3028c44 100644 --- a/.github/workflows/clean-apidoc.yml +++ b/.github/workflows/clean-apidoc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: cleanup run: | REMOTE_BRANCH="apidoc-${{ github.event.ref }}" diff --git a/.github/workflows/publish-branch.yml b/.github/workflows/publish-branch.yml index d42a048..d767a82 100644 --- a/.github/workflows/publish-branch.yml +++ b/.github/workflows/publish-branch.yml @@ -48,7 +48,7 @@ jobs: REPOBASE: ghcr.io/${{ github.repository_owner }} IMAGETAG: ${{ inputs.imagetag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/cache@v5 diff --git a/.github/workflows/scan-with-trivy.yml b/.github/workflows/scan-with-trivy.yml index 70ab5af..b9dcf8a 100644 --- a/.github/workflows/scan-with-trivy.yml +++ b/.github/workflows/scan-with-trivy.yml @@ -56,7 +56,7 @@ jobs: path: ${{ inputs.imageroot_path }} scan_enabled: ${{ inputs.scan_module_imageroot }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.workflow_run.head_branch || github.ref_name }} - name: Run vulnerability scanner diff --git a/.github/workflows/test-on-digitalocean-infra.yml b/.github/workflows/test-on-digitalocean-infra.yml index 1783af0..43e3d94 100644 --- a/.github/workflows/test-on-digitalocean-infra.yml +++ b/.github/workflows/test-on-digitalocean-infra.yml @@ -127,18 +127,18 @@ jobs: -f "description=Test on DigitalOcean (${{ matrix.node }})" \ -f "context=continuous-integration/robotframework/${{ matrix.node }}" - name: "Checkout the module repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.repo_ref }} path: module - name: "Checkout ns8-github-actions" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: NethServer/ns8-github-actions ref: v1 path: ns8-github-actions - name: "Checkout the infrastructure repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: NethServer/ns8-terraform-infra path: infra