From 4573177da57f5379bc2914e400f7a6ba69e5d953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:27:50 +0000 Subject: [PATCH 1/3] build(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/bench.yml | 4 ++-- .github/workflows/check.yml | 2 +- .github/workflows/firefox.yml | 6 +++--- .github/workflows/mutants.yml | 2 +- .github/workflows/pr-comment.yml | 2 +- .github/workflows/qns.yml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 710f464f62..9bca07561d 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -21,7 +21,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Download actionlint id: get_actionlint run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 19002c1e51..f9d08443ad 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout neqo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Checkout msquic - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: microsoft/msquic ref: main diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index bc3ac78765..b38db569f4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install dependencies (Linux) if: runner.os == 'Linux' diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 223bad11c9..97736a0fd4 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out Neqo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Maximize build space if: runner.os == 'Linux' @@ -49,7 +49,7 @@ jobs: df -h - name: Check out Firefox - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: mozilla/gecko-dev path: mozilla-unified @@ -131,7 +131,7 @@ jobs: needs: firefox runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index 94bf7254b1..e84eb1aabe 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -17,7 +17,7 @@ jobs: mutants: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 166006975c..343251ac19 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -23,7 +23,7 @@ jobs: github.event.workflow_run.event == 'pull_request' && (github.event.workflow_run.name != 'CI' || github.event.workflow_run.conclusion == 'success' ) steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: ./.github/actions/pr-comment with: name: ${{ github.event.workflow_run.name }} diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index b31eb46d98..95c42aebdd 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -143,7 +143,7 @@ jobs: echo "client=$(echo "$PAIR" | cut -d% -f1)" >> "$GITHUB_OUTPUT" echo "server=$(echo "$PAIR" | cut -d% -f2)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # TODO: Replace once https://github.com/quic-interop/quic-interop-runner/pull/356 is merged. - uses: ./.github/actions/quic-interop-runner @@ -157,7 +157,7 @@ jobs: needs: run-qns runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: '*results' From d340e19da300d1fd27f18ba7c1899b1632fadb29 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 17 Jun 2024 13:00:23 +0300 Subject: [PATCH 2/3] Add actions --- .github/actions/nss/action.yml | 4 ++-- .github/actions/quic-interop-runner/action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/nss/action.yml b/.github/actions/nss/action.yml index 5ba6789955..a0402d2353 100644 --- a/.github/actions/nss/action.yml +++ b/.github/actions/nss/action.yml @@ -49,14 +49,14 @@ runs: # # - name: Checkout NSPR # if: env.BUILD_NSS == '1' - # uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + # uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # with: # repository: "nss-dev/nspr" # path: ${{ github.workspace }}/nspr # - name: Checkout NSS # if: env.BUILD_NSS == '1' - # uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + # uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # with: # repository: "nss-dev/nss" # path: ${{ github.workspace }}/nss diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index 75153eeac1..e7f2bd214a 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -1,4 +1,4 @@ -name: 'QUIC Interop Runner Action' +uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7name: 'QUIC Interop Runner Action' description: 'Run the QUIC Interop Runner tests.' author: 'mxinden' @@ -24,7 +24,7 @@ runs: using: "composite" steps: - name: Checkout quic-interop/quic-interop-runner repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: 'quic-interop/quic-interop-runner' path: 'quic-interop-runner' From 0a06245e9f0d4b3e5c96ac929a65c7a2604abdca Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 17 Jun 2024 13:07:10 +0300 Subject: [PATCH 3/3] Oops --- .github/actions/quic-interop-runner/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index e7f2bd214a..7c078b409a 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -1,4 +1,4 @@ -uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7name: 'QUIC Interop Runner Action' +name: 'QUIC Interop Runner Action' description: 'Run the QUIC Interop Runner tests.' author: 'mxinden'