From 0242fc4b68ffc9a0335686109d980dfcaa4c79aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:39:01 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/checkout Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docker.yml | 2 +- .github/workflows/docker-build-push.yml | 6 +++--- .github/workflows/lint.yml | 2 +- .github/workflows/update-submodule.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index c36c4d8..0e13a46 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -32,7 +32,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 submodules: false diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 4e11d79..330e778 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -37,7 +37,7 @@ jobs: scraper-api: ${{ steps.filter.outputs['scraper-api'] == 'true' || steps.dispatch.outputs['scraper-api'] == 'true' || github.event_name == 'workflow_dispatch' }} hub: ${{ steps.filter.outputs['hub'] == 'true' || steps.dispatch.outputs['hub'] == 'true' || github.event_name == 'workflow_dispatch' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: false fetch-depth: 2 @@ -175,7 +175,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: false @@ -243,7 +243,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: false token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b0196da..8bae1a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index d376db2..35cdfdc 100644 --- a/.github/workflows/update-submodule.yml +++ b/.github/workflows/update-submodule.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate payload env: From 1e10973c863c313b34431b75e53e5cb03088de60 Mon Sep 17 00:00:00 2001 From: Asepharyana Date: Fri, 24 Jul 2026 01:39:57 +0700 Subject: [PATCH 2/2] ci: trigger fresh run for updated security.yml