File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 image : ${{ steps.filter.outputs.image }}
2727 common : ${{ steps.filter.outputs.common }}
2828 steps :
29- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030 - uses : dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
3131 id : filter
3232 with :
6868 timeout-minutes : 10
6969 name : " Storage: Cross"
7070 steps :
71- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
71+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7272 - uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
7373 with :
7474 go-version : stable
8787 timeout-minutes : 10
8888 name : " Image: Cross"
8989 steps :
90- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
90+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9191 - uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9292 with :
9393 go-version : stable
Original file line number Diff line number Diff line change 3434 runs-on : ${{ inputs.runner }}
3535 timeout-minutes : ${{ inputs.timeout || 20 }} # default to 20m timeout if non specified
3636 steps :
37- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838 with :
3939 persist-credentials : false
4040
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 - name : install deps
1919 # Version of codespell bundled with Ubuntu is way old, so use pip.
2020 run : pip install --break-system-packages codespell==v2.4.1
3030 run :
3131 working-directory : ./common
3232 steps :
33- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 with :
3535 fetch-depth : 2
3636 - uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
7575 # Base commit sha that we use the lint the commit from
7676 EPOCH_TEST_COMMIT : " ${{ github.event.pull_request.base.sha }}"
7777 steps :
78- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
78+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7979 with :
8080 # By default github actions creates a merge commit which fails the validation,
8181 # we only must validate the actual commits of the author.
9494 runs-on : ubuntu-24.04
9595 timeout-minutes : 10
9696 steps :
97- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
97+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9898 - uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9999 with :
100100 go-version : 1.26.x
You can’t perform that action at this time.
0 commit comments