diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3203212b5d..7415ce27c9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/examples-go.yml b/.github/workflows/examples-go.yml index dd556bf0b8..62e88c1397 100644 --- a/.github/workflows/examples-go.yml +++ b/.github/workflows/examples-go.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.16 - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Running examples E2E test folder run: make -B examples diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e7826b4f3..823a451c82 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.16 - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Running CI run: make ci