diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index be997b7..39b8522 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: # SECURITY: With pull_request_target, checkout defaults to the base branch (main) # We must explicitly checkout the PR head to lint the actual changes - name: Check out Git repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Checkout the actual PR code, not the base branch ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/trunk-upgrade.yaml b/.github/workflows/trunk-upgrade.yaml index fa6d8ad..6732c29 100644 --- a/.github/workflows/trunk-upgrade.yaml +++ b/.github/workflows/trunk-upgrade.yaml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Trunk Upgrade uses: ./ # Use the local action for self-testing