File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 permissions :
2020 contents : read
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Check workflow files
2424 uses : docker://rhysd/actionlint:latest
2525 with :
Original file line number Diff line number Diff line change 2929 # Steps represent a sequence of tasks that will be executed as part of the job
3030 steps :
3131 # Checks-out your repository under $GITHUB_WORKSPACE, so follow-up steps can access it
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333
3434 - name : Checkov GitHub Action
3535 uses : bridgecrewio/checkov-action@v12
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 1
3636
Original file line number Diff line number Diff line change 2929 actions : read # Required for Claude to read CI results on PRs
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 1
3535
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020# - name: Generate your content
2121# run: echo "Optional placeholder. Put your project's static website generator command here."
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : read
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : DavidAnson/markdownlint-cli2-action@v19
2020 with :
2121 globs : |
You can’t perform that action at this time.
0 commit comments