File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818 security-events : write # needed to upload the SARIF file
1919
2020steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : ./init
2323 with :
2424 languages : javascript
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments