Skip to content

Commit 4119b41

Browse files
github-actions(deps): bump andstor/file-existence-action (#83)
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](andstor/file-existence-action@v2...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e4dcba commit 4119b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-actions/scan-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464

6565
- name: Check docker OCI tar existence
6666
if: ${{ steps.sca.outputs.analyzed-image != '' }}
67-
uses: andstor/file-existence-action@v2
67+
uses: andstor/file-existence-action@v3
6868
id: docker_tar
6969
with:
7070
files: "${{ steps.sca.outputs.analyzed-image }}"

0 commit comments

Comments
 (0)