From 36f68d814c02ea63c8d9a6c5031f7ded9ea9ef22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:37:53 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 (#1491) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c9590985..f76fab91 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@v4 + - uses: actions/checkout@v5 - run: pipx install poetry - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1813534..0f648e3a 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@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 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@v4 + - uses: actions/checkout@v5 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@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 - 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 4d68216c..b314a732 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@v4 + - uses: actions/checkout@v5 - 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 ea8716bc..589629a2 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@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f3fff5e7..7970c03c 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@v4 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.release_created }} - name: Create tags for major and minor versions if: ${{ steps.release.outputs.release_created }} -- 2.43.0