Skip to content

Commit

Permalink
ci: Try to pin more deps (#2163)
Browse files Browse the repository at this point in the history
* ci: Try to pin more deps

To get our OSSF score up a bit.

* Can't use actionlint docker image
  • Loading branch information
larseggert authored Oct 9, 2024
1 parent 5677bd1 commit f39e12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install deps (Windows)
if: runner.os == 'Windows'
run: choco install -y mozillabuild
run: choco install -y mozillabuild --version 4.0.2

- name: Install Rust
uses: ./.github/actions/rust
Expand Down
4 changes: 1 addition & 3 deletions qns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM lukemathwalker/cargo-chef:latest-rust-latest AS chef
FROM lukemathwalker/cargo-chef@sha256:f50231b8a01af14eda124040535193d60d9c86d413b02553d2809e5d881b9a90 AS chef

WORKDIR /app


FROM chef AS planner

COPY . .
Expand Down Expand Up @@ -38,7 +37,6 @@ RUN set -eux; \

# Copy only binaries to the final image to keep it small.


FROM martenseemann/quic-network-simulator-endpoint@sha256:42d79cc04b88f2e4b4c8beb418b0843c123f26852ff6bbba4caa6badc0043d23

ENV LD_LIBRARY_PATH=/neqo/lib
Expand Down

0 comments on commit f39e12e

Please sign in to comment.