From 3437567ce993cacb0f2a630ded7d304689aebe0f Mon Sep 17 00:00:00 2001 From: "demoargon[bot]" <79568166+demoargon[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 08:01:46 +0000 Subject: [PATCH] Auto commit by Argon, Pin Github Actions versions --- .github/workflows/argon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml index 8d3d1ec7fb2..5a2c673f679 100644 --- a/.github/workflows/argon.yml +++ b/.github/workflows/argon.yml @@ -6,9 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # origin: v2.3.4 - name: Argon Security - uses: argonsecurity/scanner-action@v1.0 + uses: argonsecurity/scanner-action@cb7009df51790cede644c59211e436c5f3805f87 # origin: v1.0 with: should-notify: true argon-token: "${{ secrets.ARGON_TOKEN }}" \ No newline at end of file