diff --git a/.github/workflows/api-governance.yml b/.github/workflows/api-governance.yml index ba4f0a8..1f5168d 100644 --- a/.github/workflows/api-governance.yml +++ b/.github/workflows/api-governance.yml @@ -26,14 +26,14 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.head_ref || github.ref }} fetch-depth: 0 persist-credentials: false - name: Checkout base revision - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.base_ref || github.event.pull_request.base.sha }} path: base diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 0224148..bcabf5a 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -6,7 +6,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false