Skip to content

Commit 6eec22f

Browse files
authored
Merge pull request #9 from step-security/amanstep-patch-1
feat: updated action.yml with new docker image
2 parents 87bda30 + 91bbd3c commit 6eec22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ outputs:
6363
description: 'Boolean string indicating whether any file has been changed'
6464
runs:
6565
using: 'docker'
66-
image: Dockerfile
66+
image: 'docker://ghcr.io/step-security/repo-sync-pull-request:v2.12.1@sha256:d2871db8601f971f250d0ddb7a4cd64651cfd4e81af9e0c5024bda67f80557ac' # v2.12.1
6767
env:
6868
GITHUB_TOKEN: ${{ inputs.github_token }}
6969
REPO_PRIVATE: ${{ github.event.repository.private }}

0 commit comments

Comments
 (0)