From 650b5d39762ed0de155be8c5107dec7bc3b78806 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 28 Jan 2026 18:19:11 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@e50202b0f0a498d5231972f4caaf8a0985f0b3cc. --- .gemini/config.yaml | 5 +++-- .github/workflows/container-rebuild.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/go.yml | 4 ++-- .github/workflows/ignition-validate.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gemini/config.yaml b/.gemini/config.yaml index 1585c8433..f742bc15f 100644 --- a/.gemini/config.yaml +++ b/.gemini/config.yaml @@ -3,10 +3,11 @@ have_fun: true code_review: disable: false - comment_severity_threshold: MEDIUM + comment_severity_threshold: "MEDIUM" max_review_comments: -1 pull_request_opened: help: false - summary: false # turned off by default + # Turned off by default + summary: false code_review: true ignore_patterns: [] diff --git a/.github/workflows/container-rebuild.yml b/.github/workflows/container-rebuild.yml index b5102943e..688f8444c 100644 --- a/.github/workflows/container-rebuild.yml +++ b/.github/workflows/container-rebuild.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.git-tag }} # fetch tags so the compiled-in version number is useful diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index dbcba4797..b6d13fd24 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # fetch tags so the compiled-in version number is useful fetch-depth: 0 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e2603145b..e13e614fa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Linux dependencies if: runner.os == 'Linux' run: | @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go 1.x uses: actions/setup-go@v5 with: diff --git a/.github/workflows/ignition-validate.yml b/.github/workflows/ignition-validate.yml index d3f54adbb..0e18d7b54 100644 --- a/.github/workflows/ignition-validate.yml +++ b/.github/workflows/ignition-validate.yml @@ -29,7 +29,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build ignition-validate shell: bash run: go build -o ignition-validate github.com/coreos/ignition/v2/validate diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 11157a836..9b087185c 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -16,7 +16,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE"