1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Sync common files from infra repository (#1868)

Synchronized from bootc-dev/infra@2dd498656b.

Signed-off-by: bootc-dev Bot <bot@bootc.dev>
Co-authored-by: bootc-dev Bot <bot@bootc.dev>
This commit is contained in:
bootc-bot[bot]
2025-12-18 11:47:08 +00:00
committed by GitHub
parent c58fe915b5
commit d8ce93120f
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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 }}