From 08ca731f78a214ab6b5572d9c140ed06ce0d84d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:47:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/clone-count.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release-please.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9d4804b6..4569db1e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: pipx install poetry - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30cd88e1..8ebbf9f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: working-directory: tests/ocpp-server steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Poetry run: pipx install poetry - name: Setup Python ${{ matrix.python }} @@ -54,7 +54,7 @@ jobs: name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Dependency Review @@ -105,7 +105,7 @@ jobs: run: working-directory: ui/web steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Dependency Review @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest name: Build simulator docker image steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Docker Buildx id: buildx uses: docker/setup-buildx-action@v3 @@ -165,7 +165,7 @@ jobs: working-directory: ui/web name: Build dashboard docker image steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Docker Buildx id: buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index b314a732..e539ae0f 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'sap/e-mobility-charging-stations-simulator' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: gh login run: echo "${{ secrets.SECRET_TOKEN }}" | gh auth login --with-token diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5cfd8ebb..cdde2c5d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7970c03c..135d43fd 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: token: ${{ secrets.WORKFLOW_TOKEN }} config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 if: ${{ steps.release.outputs.release_created }} - name: Create tags for major and minor versions if: ${{ steps.release.outputs.release_created }} -- 2.43.0