diff --git a/.github/workflows/nft-resolver-tests.yml b/.github/workflows/nft-resolver-tests.yml index b313d19..6960a95 100644 --- a/.github/workflows/nft-resolver-tests.yml +++ b/.github/workflows/nft-resolver-tests.yml @@ -11,11 +11,11 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Cache node modules id: cache-npm - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/security-code-scanner.yml b/.github/workflows/security-code-scanner.yml index c806541..7a9b28d 100644 --- a/.github/workflows/security-code-scanner.yml +++ b/.github/workflows/security-code-scanner.yml @@ -17,7 +17,7 @@ on: jobs: security-scan: - uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2 + uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@1cd598629833fa9fc1694f03abfce8d21b72eb5d # v2.0.6 permissions: actions: read contents: read