From 8b4bb40d08e34d56dc7803e6cd2dc0a54511a9d2 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Tue, 24 Jan 2023 19:38:42 +0100 Subject: [PATCH] Pin 3rd-party actions to SHA1 in .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5486126..75e64a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,6 @@ jobs: # Run tests - name: Run Test - uses: GabrielBB/xvfb-action@v1.0 + uses: GabrielBB/xvfb-action@fe2609f8182a9ed5aee7d53ff3ed04098a904df2 #v1.0 with: run: npm test --silent \ No newline at end of file