File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Build Docker image
16
16
run : docker build -t stefanneuhaus/dependencycheck-central-mysql:latest .
23
23
docker push stefanneuhaus/dependencycheck-central-mysql:latest
24
24
25
25
- name : Update DockerHub Description
26
- uses : peter-evans/dockerhub-description@v3
26
+ uses : peter-evans/dockerhub-description@v4
27
27
with :
28
28
username : stefanneuhaus
29
29
password : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
13
- - uses : actions/github-script@v5
13
+ - uses : actions/github-script@v7
14
14
id : determine-tag
15
15
with :
16
16
script : |
You can’t perform that action at this time.
0 commit comments