🌐 AI搜索 & 代理 主页
Skip to content

Commit 8484f54

Browse files
Rebuild
1 parent 5bd8069 commit 8484f54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pr-checks/checks/submit-sarif-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
security-events: write # needed to upload the SARIF file
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: ./init
2323
with:
2424
languages: javascript

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
rm -rf ./* .github .git
1515
# Check out the actions repo again, but at a different location.
1616
# choose an arbitrary SHA so that we can later test that the commit_oid is not from main
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
ref: 474bbf07f9247ffe1856c6a0f94aeeb10e7afee6
2020
path: x/y/z/some-path

pr-checks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def writeHeader(checkStream):
107107
steps = [
108108
{
109109
'name': 'Check out repository',
110-
'uses': 'actions/checkout@v5'
110+
'uses': 'actions/checkout@v6'
111111
},
112112
]
113113

0 commit comments

Comments
 (0)