File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
run :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : wow-actions/update-authors@v1
15
15
with :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
with :
13
13
persist-credentials : false
14
14
fetch-depth : 0
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Build the Docker image
13
13
run : docker build . --file Dockerfile --tag unzip-bot:$(date +%s)
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Initialize CodeQL
27
27
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 14
14
contents : read
15
15
steps :
16
16
- name : Check out the repo
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Log in to Docker Hub
20
20
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments