diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 898dfe9a..dd69c06d 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -21,12 +21,12 @@ jobs: !github.event.repository.fork runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # repository: ${{ github.repository }} path: upstream - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ github.event.inputs.org }}/${{ github.event.inputs.repo }} path: downstream diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 926d69ee..a2805960 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -44,7 +44,7 @@ jobs: echo REPOSITORY=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.repo.full_name') >> $GITHUB_ENV echo REF=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.ref') >> $GITHUB_ENV - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ env.REPOSITORY || github.repository }} ref: ${{ env.REF || '' }}