2020 contents : write
2121 pull-requests : write
2222 steps :
23- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2424 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2525 with :
2626 fetch-depth : 0
4747 if : github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
4848 needs : update-go-version
4949 steps :
50- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
50+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5151 with :
5252 fetch-depth : 0
5353 persist-credentials : false
@@ -108,7 +108,7 @@ jobs:
108108 pr-check-npm :
109109 runs-on : ubuntu-latest
110110 steps :
111- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
111+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
112112 if : github.event_name != 'pull_request' || github.event.action != 'closed'
113113 with :
114114 fetch-depth : 0
@@ -130,7 +130,7 @@ jobs:
130130 update-dockle :
131131 runs-on : ubuntu-latest
132132 steps :
133- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
133+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
134134 if : github.event_name != 'pull_request' || github.event.action != 'closed'
135135 with :
136136 fetch-depth : 0
@@ -148,7 +148,7 @@ jobs:
148148 DOCKER_CONTENT_TRUST : 1
149149 REPOSITORY : ${{github.repository}}
150150 steps :
151- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
151+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
152152 with :
153153 persist-credentials : false
154154 - run : bash "${GITHUB_WORKSPACE}/scripts/build/dockle/run_dockle.sh"
0 commit comments