Skip to content

Commit

Permalink
Merge branch 'main' into ci-qns-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Apr 30, 2024
2 parents 85916ec + d4b3e4c commit 673f7c8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pr-comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
run-id: ${{ github.event.workflow_run.id }}
name: ${{ inputs.name }}
Expand All @@ -32,7 +32,7 @@ runs:
echo "[:arrow_down: Download logs]($(cat log-url))" >> contents
fi
- uses: thollander/actions-comment-pull-request@v2
- uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0
with:
filePath: contents
mode: ${{ inputs.mode }}
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/quic-interop-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
sudo apt-get install -y --no-install-recommends tshark
shell: bash

- uses: actions/setup-python@v5
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.8
cache: 'pip'
Expand Down Expand Up @@ -88,7 +88,7 @@ runs:
mv result.json.tmp result.json
shell: bash

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: '${{ inputs.client }} vs. ${{ inputs.server }} results'
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: composite
steps:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 # master
with:
toolchain: ${{ inputs.version }}
components: ${{ inputs.components }}
Expand All @@ -35,7 +35,7 @@ runs:
# sccache slows CI down, so we leave it disabled.
# Leaving the steps below commented out, so we can re-evaluate enabling it later.
# - name: Use sccache
# uses: mozilla-actions/[email protected]
# uses: mozilla-actions/sccache-action@2e7f9ec7921547d4b46598398ca573513895d0bd # v0.0.4

# - name: Enable sscache
# shell: bash
Expand All @@ -53,6 +53,6 @@ runs:

# Ditto for rust-cache.
# - name: Use Rust cache
# uses: Swatinem/rust-cache@v2
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
# with:
# cache-all-crates: "true"
4 changes: 2 additions & 2 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
pair: ${{ fromJson(needs.implementations.outputs.pairs) }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
name: '${{ env.LATEST }} Docker image'
path: /tmp
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
restore-keys: qns-${{ runner.os }}-

- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
pattern: '*results'
path: results
Expand Down

0 comments on commit 673f7c8

Please sign in to comment.