File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 continue-on-error : ${{ matrix.checks == 'advisories' }}
1919
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 - uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
2323 with :
2424 command : check ${{ matrix.checks }}
Original file line number Diff line number Diff line change 1818 version : ${{ steps.read_version.outputs.msrv }}
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 - id : read_version
2323 run : |
2424 awk -F '=' \
@@ -63,13 +63,13 @@ jobs:
6363 runs-on : ${{ matrix.runner }}-latest
6464
6565 steps :
66- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
66+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868 with :
6969 ref : ${{ matrix.nginx-ref }}
7070 repository : ' nginx/nginx'
7171 path : ' nginx'
72- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7373 with :
7474 repository : ' nginx/nginx-tests'
7575 path : ' nginx/tests'
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 - name : Install dependencies
4040 run : dnf install -y ${BUILDREQUIRES}
4141
42- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 with :
4545 ref : ${{ matrix.nginx-ref }}
4646 repository : ' nginx/nginx'
4747 path : ' nginx'
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949 with :
5050 repository : ' nginx/nginx-tests'
5151 path : ' nginx/tests'
You can’t perform that action at this time.
0 commit comments