File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
4747 runs-on : ubuntu-latest
4848 # Steps represent a sequence of tasks that will be executed as part of the job
4949 steps :
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 - uses : actions/setup-node@v6
5252 with :
5353 node-version : 24
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 ref : gh-pages
3636 - name : Setup Pages
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout git repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - run : gh pr edit ${{ github.event.number }} --remove-label 'pre-commit ci run'
2626 if : github.event.action == 'labeled' && github.event.label.name == 'pre-commit ci run'
2727 env :
Original file line number Diff line number Diff line change 4343 - cleaner
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Set up Docker Buildx
4949 uses : docker/setup-buildx-action@v3
8282 if : github.event_name == 'pull_request'
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686
8787 - name : Install yq
8888 run : |
Original file line number Diff line number Diff line change 99 name : " Package Helm Chart"
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Configure Git
1414 run : |
1515 git config user.name "$GITHUB_ACTOR"
3838 helm-docs -t helm/wrongsecrets-ctf-party/README.md.gotmpl -t helm/wrongsecrets-ctf-party/_template.gotmpl -o README.md
3939 cp helm/wrongsecrets-ctf-party/README.md /tmp/README.md
4040 - name : Update gh-pages branch
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 ref : gh-pages
4444 fetch-depth : 0
5656 git push
5757 fi
5858 - name : Get back to original branch
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 - name : Run chart-releaser
6161 uses : helm/chart-releaser-action@v1.7.0
6262 with :
7373 - wrongsecrets-balancer
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777
7878 - name : Docker Meta
7979 id : docker_meta
Original file line number Diff line number Diff line change 77 name : Cleaner
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : actions/setup-node@v6
1212 with :
1313 node-version : 24
2727 name : Balancer
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-node@v6
3232 with :
3333 node-version : 24
You can’t perform that action at this time.
0 commit comments