File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 actionlint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313
1414 - name : Run actionlint
1515 uses : docker://rhysd/actionlint:1.7.11
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : apk update && apk add --no-cache git
3030
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 2020 if : github.event_name == 'release'
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 with :
2525 ref : refs/tags/${{ github.event.release.tag_name }}
2626 # mike needs the full git history to manage versioned deployments
6161 if : github.event_name != 'release'
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v6
64+ - uses : actions/checkout@v7
6565 with :
6666 # mike needs the full git history to manage versioned deployments
6767 fetch-depth : 0
Original file line number Diff line number Diff line change 2929
3030 pip install --upgrade pip nox
3131
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 0
3535
6262 apt-get update && apt-get install --no-install-recommends --no-install-suggests -y git
6363 pip install --upgrade pip nox
6464
65- - uses : actions/checkout@v6
65+ - uses : actions/checkout@v7
6666 with :
6767 fetch-depth : 0
6868
7373 name : Hadolint
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v6
76+ - uses : actions/checkout@v7
7777 - uses : hadolint/hadolint-action@v3.3.0
7878 with :
7979 dockerfile : Dockerfile
9292 runs-on : ubuntu-latest
9393
9494 steps :
95- - uses : actions/checkout@v6
95+ - uses : actions/checkout@v7
9696 with :
9797 fetch-depth : 0
9898 - uses : tj-actions/changed-files@v47
@@ -128,7 +128,7 @@ jobs:
128128 /var/tmp/venv/bin/pip3 install --upgrade pip nox podman-compose requests typer tenacity
129129
130130 - name : add checkout action...
131- uses : actions/checkout@v6
131+ uses : actions/checkout@v7
132132 with :
133133 fetch-depth : 0
134134
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737
3838 - name : Set up Docker Buildx
3939 uses : docker/setup-buildx-action@v4
You can’t perform that action at this time.
0 commit comments