From b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 15 Sep 2023 12:42:21 +0200 Subject: [CI] upgrade actions/checkout@v4 & actions/upload-artifact@v3 Closes: https://github.com/searxng/searxng/issues/2777#issuecomment-1720958570 Signed-off-by: Markus Heiser --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/security.yml') diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d9503af11..e1a8e99e5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master -- cgit v1.2.3