File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 node-version : " 24"
151151
152152 steps :
153- - uses : actions/checkout@v3
153+ - uses : actions/checkout@v6
154154
155155 - name : Install Node.js ${{ matrix.node-version }}
156156 shell : bash -eo pipefail -l {0}
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : " Checkout code"
39- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
4040 with :
4141 persist-credentials : false
4242
You can’t perform that action at this time.
0 commit comments