Skip to content

Commit d8ce931

Browse files
bootc-bot[bot]bootc-dev Bot
andauthored
Sync common files from infra repository (#1868)
Synchronized from bootc-dev/infra@2dd4986. Signed-off-by: bootc-dev Bot <bot@bootc.dev> Co-authored-by: bootc-dev Bot <bot@bootc.dev>
1 parent c58fe91 commit d8ce931

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81ea4256bec2b09cbfe95a1cbf8669003866dba1
1+
2dd498656b9653c321e5d9a8600e6b506714acb3

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

@@ -37,7 +37,7 @@ jobs:
3737
publish_results: true
3838

3939
- name: "Upload artifact"
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: SARIF file
4343
path: results.sarif

.github/workflows/rebase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
owner: ${{ github.repository_owner }}
2222

2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
token: ${{ steps.token.outputs.token }}
2727
fetch-depth: 0
2828

2929
- name: Automatic Rebase
30-
uses: peter-evans/rebase@v3
30+
uses: peter-evans/rebase@v4
3131
with:
3232
token: ${{ steps.token.outputs.token }}
3333

0 commit comments

Comments
 (0)