]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(deps): update actions/checkout action to v7 (#1914)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fri, 19 Jun 2026 17:59:00 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 17:59:00 +0000 (17:59 +0000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/autofix.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release-please.yml
.github/workflows/repo-stats.yml
.github/workflows/sandcastle.yml

index 37d183acf51affee903f0eb8f01db47b47efea69..dc4e7e4ebb96fae6f2e072a7da03ccfd4992dc06 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     continue-on-error: true
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - run: pipx install poetry
       - uses: actions/setup-python@v6
         with:
index 1ad99b9c8065a9c9f7dd2a1e288e9e524daa5da6..d3125dc92956d05babe38fc7b00de62e17047ec1 100644 (file)
@@ -37,7 +37,7 @@ jobs:
       run:
         working-directory: tests/ocpp-server
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Install Poetry
         run: pipx install poetry
       - name: Setup Python ${{ matrix.python }}
@@ -69,7 +69,7 @@ jobs:
     name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
       - name: Dependency Review
@@ -125,7 +125,7 @@ jobs:
       run:
         working-directory: ui/common
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           fetch-depth: 0
       - uses: pnpm/action-setup@v6
@@ -167,7 +167,7 @@ jobs:
       run:
         working-directory: ui/cli
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           fetch-depth: 0
       - name: Dependency Review
@@ -222,7 +222,7 @@ jobs:
       run:
         working-directory: ui/web
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
       - name: Dependency Review
@@ -272,7 +272,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Build simulator docker image
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Setup Docker Buildx
         id: buildx
         uses: docker/setup-buildx-action@v4
@@ -288,7 +288,7 @@ jobs:
         working-directory: ui/web
     name: Build dashboard docker image
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: Setup Docker Buildx
         id: buildx
         uses: docker/setup-buildx-action@v4
index cdde2c5d543e326608c9ff7822e3ae515ca671dc..851ba421f3b788c3b8ca703bd2271f879dbf641f 100644 (file)
@@ -39,7 +39,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
index 1db8fbcb71405a7ecb5b6dd66143468699bf91cf..47fa2e193edcbcecf3c4a5a566bdaa92a2e6d667 100644 (file)
@@ -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@v6
+      - uses: actions/checkout@v7
         if: ${{ steps.release.outputs.release_created }}
       - name: Create tags for major and minor versions
         if: ${{ steps.release.outputs.release_created }}
index 81e1f630fe4abf6c510fd80329190a54ca95e0eb..9a114eabe68b37c939461d5f8244c8d2e5afd9d4 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     if: github.repository == 'sap/e-mobility-charging-stations-simulator'
 
     steps:
-      - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+      - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
 
       - name: Validate configuration
         run: |
index 2d173f66b8a33609dfff37065ce4ce4cbdaef772..6bcbe6e8662c7b69a84a4572874b239d1ed1ace6 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 540
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
 
       - uses: pnpm/action-setup@v6