diff --git a/.github/workflows/test-action-on-pr-and-schedule.yml b/.github/workflows/test-action-on-pr-and-schedule.yml index 39e4ce4..94d060a 100644 --- a/.github/workflows/test-action-on-pr-and-schedule.yml +++ b/.github/workflows/test-action-on-pr-and-schedule.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: run ghcr.io diff --git a/action.yml b/action.yml index 31ad17e..30b161b 100644 --- a/action.yml +++ b/action.yml @@ -151,7 +151,7 @@ runs: esac - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: '' path: ${{ inputs.target_directory }}