From 7842978c2728c2aa282f5d802326b0fa3be2f54a Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Thu, 18 Dec 2025 09:57:03 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@2dd498656b9653c321e5d9a8600e6b506714acb3. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- .github/workflows/openssf-scorecard.yml | 4 ++-- .github/workflows/rebase.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index 6716161..e36cde2 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -81ea4256bec2b09cbfe95a1cbf8669003866dba1 +2dd498656b9653c321e5d9a8600e6b506714acb3 diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 2166beb..314a0fa 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false @@ -37,7 +37,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ab42fbc..68f329a 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -21,13 +21,13 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Automatic Rebase - uses: peter-evans/rebase@v3 + uses: peter-evans/rebase@v4 with: token: ${{ steps.token.outputs.token }}