File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 cancel-in-progress : true
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050
5151 - name : Install Linux toolchain
5252 if : runner.os == 'Linux'
7676 run : cmake --build ${{ github.workspace }}/build --preset ${{ matrix.preset }} --config ${{ matrix.build_type }} -j 4
7777
7878 - name : Archive production artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v6
8080 with :
8181 name : gemma-${{ matrix.os }}-${{ matrix.preset }}-${{ matrix.build_type }}-${{ matrix.cc || 'default' }}
8282 path : |
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : Harden Runner
92- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
92+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
9393 with :
9494 egress-policy : audit # cannot be block - runner does git checkout
9595
You can’t perform that action at this time.
0 commit comments