diff --git a/.github/workflows/deployec2.yml b/.github/workflows/deployec2.yml index 303a3f2..7f2f6b3 100644 --- a/.github/workflows/deployec2.yml +++ b/.github/workflows/deployec2.yml @@ -42,7 +42,7 @@ jobs: echo "${AWSKEY}" > ${keyfile} && chmod 600 ${keyfile} - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Copy Files shell: bash diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index f131407..0537cf1 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -15,7 +15,7 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: # Fetch project source - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - run: semgrep ci env: @@ -28,7 +28,7 @@ jobs: name: Scan gitLeaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 #v2.3.9