diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d5cb703149d..8c7884195a8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 7684d5df044..fd1307c045e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -15,7 +15,7 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: # Fetch project source - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: returntocorp/semgrep-action@v1 with: