diff --git a/.github/workflows/pull-request-or-push-to-master.yaml b/.github/workflows/pull-request-or-push-to-master.yaml index 6c8d9b6..0c3e57f 100644 --- a/.github/workflows/pull-request-or-push-to-master.yaml +++ b/.github/workflows/pull-request-or-push-to-master.yaml @@ -22,6 +22,6 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Trunk Check uses: trunk-io/trunk-action@f6c5f1b90503c30e02059667dbc247f2257b63c5 # v1.1.15