diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e7cce3f..1d8204de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b7e0d144..2df2a365 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.