From 188b490bd0e0060522b4851030f1c84d3853fa7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:23:15 +0000 Subject: [PATCH] Bump the allgithubactions group across 1 directory with 2 updates Bumps the allgithubactions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: allgithubactions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: allgithubactions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/codeql.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/sync.yml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b117d88..e71869e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install poetry run: pipx install poetry @@ -51,7 +51,7 @@ jobs: security: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install poetry run: pipx install poetry @@ -78,7 +78,7 @@ jobs: test-compose: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: docker compose build - run: docker compose down -v --remove-orphans - run: docker compose up -d @@ -86,7 +86,7 @@ jobs: test-local-backend: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: run: poetry run coverage html - name: Upload code coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: codecoverage-${{ github.sha }} path: htmlcov/ @@ -139,7 +139,7 @@ jobs: security-events: write actions: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -245,7 +245,7 @@ jobs: TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} - name: Upload SBOM & License - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sbom-licence-${{ github.sha }}.json path: | @@ -273,7 +273,7 @@ jobs: run: | echo "tags: ${{ steps.meta.outputs.tags }}" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Trigger deployment run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2ac403d..e484784 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65ccd3d..8f11a9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: exit 1 fi - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: 'minbzk/ai-validation-infra' ref: main diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 7e56537..402e91b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -20,7 +20,7 @@ jobs: file_contents: ${{ steps.sync.outputs.file_contents }} sync_exit_code: ${{ steps.sync.outputs.sync_exit_code }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install poetry run: pipx install poetry