diff --git a/.github/workflows/bot-signoff.yaml b/.github/workflows/bot-signoff.yaml index 7475e4d..b606fe5 100644 --- a/.github/workflows/bot-signoff.yaml +++ b/.github/workflows/bot-signoff.yaml @@ -68,7 +68,7 @@ jobs: owner: ${{ github.repository_owner }} repositories: ${{ github.event.repository.name }} - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: token: ${{ steps.generate-token.outputs.token }} ref: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/conventional-pr.yaml b/.github/workflows/conventional-pr.yaml index 194785d..c866e1b 100644 --- a/.github/workflows/conventional-pr.yaml +++ b/.github/workflows/conventional-pr.yaml @@ -36,7 +36,7 @@ jobs: lint-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Generate a token id: generate-token uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2