File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 contents : write
1818 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 with :
2222 token : ${{ secrets.GITHUB_TOKEN }}
2323
@@ -166,7 +166,7 @@ jobs:
166166 github.repository == 'AOSSIE-Org/Template-Repo' &&
167167 (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
168168 steps :
169- - uses : actions/checkout@v6
169+ - uses : actions/checkout@v7
170170
171171 - name : Fetch upstream OpenSSF criteria
172172 run : |
Original file line number Diff line number Diff line change 7171 steps :
7272
7373 - name : Checkout repository
74- uses : actions/checkout@v6
74+ uses : actions/checkout@v7
7575
7676
7777# --------------------------------------------------
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Check if issues file exists
2222 id : check_file
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout base branch
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323
2424 - name : Setup Node.js
2525 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1010 name : gitleaks
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616 - uses : gitleaks/gitleaks-action@v3
Original file line number Diff line number Diff line change 1414 packages : write # [DOCKER] Required for ghcr.io push
1515 id-token : write # [SIGNING] Required for cosign keyless signing
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1818 with :
1919 fetch-depth : 0 # Full history needed for changelog
2020 persist-credentials : false # Avoid exposing token to submodules
Original file line number Diff line number Diff line change 6363 api.scorecard.dev:443
6464
6565 - name : " Checkout code"
66- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
66+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6767 with :
6868 persist-credentials : false
6969
Original file line number Diff line number Diff line change 1717 steps :
1818 # Check out the repository
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 # https://github.com/actions/checkout#usage
2222 # uncomment if you use submodules within the repository
2323 # with:
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
You can’t perform that action at this time.
0 commit comments