From 799f8716fe63542de1261a370215dde7b5f0898d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:24:08 +0000 Subject: [PATCH] Bump the gha group across 1 directory with 2 updates Bumps the gha group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml](https://github.com/curioswitch/go-build). 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 `curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml` from 0.6.1 to 0.6.3 - [Release notes](https://github.com/curioswitch/go-build/releases) - [Commits](https://github.com/curioswitch/go-build/compare/b4bb86391b1e39db0dd8cad98e4d8be49c298077...f60fc8379d735d0415c0c56339d389f680760d96) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/codeql-analysis.yaml | 2 +- .github/workflows/dependabot-go-sync.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcdc3e1..35031fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - ubuntu-24.04 - windows-2022 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index d14886d..bd0c7b1 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot-go-sync.yaml b/.github/workflows/dependabot-go-sync.yaml index f0f046a..eb9297b 100644 --- a/.github/workflows/dependabot-go-sync.yaml +++ b/.github/workflows/dependabot-go-sync.yaml @@ -9,7 +9,7 @@ on: jobs: sync: - uses: curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml@b4bb86391b1e39db0dd8cad98e4d8be49c298077 + uses: curioswitch/go-build/.github/workflows/export-dependabot-go-sync.yaml@f60fc8379d735d0415c0c56339d389f680760d96 with: github_app_id: "1047503" secrets: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a87d30a..cffab05 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: name: Release runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0