diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8f29702..27e24ef5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: image: ghcr.io/boschglobal/dse-gcc-builder:main steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build package metadata id: package_meta @@ -102,7 +102,7 @@ jobs: volumes: - /var/run/docker.sock:/var/run/docker.sock steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} @@ -144,7 +144,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create Release from Tag env: @@ -169,7 +169,7 @@ jobs: - windows-x64 - windows-x86 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} @@ -234,7 +234,7 @@ jobs: needs: [build] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to the Container registry uses: docker/login-action@v3 @@ -340,7 +340,7 @@ jobs: arch: linux-amd64 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/super_linter.yaml b/.github/workflows/super_linter.yaml index 38ee0dc5..54ac608d 100644 --- a/.github/workflows/super_linter.yaml +++ b/.github/workflows/super_linter.yaml @@ -15,7 +15,7 @@ jobs: name: Lint Code Base runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..5db72dd6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}