diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4f31a1cd..296b3f65 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 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/go-qlc-builder.yml b/.github/workflows/go-qlc-builder.yml index 8135d53b..d9b9a876 100644 --- a/.github/workflows/go-qlc-builder.yml +++ b/.github/workflows/go-qlc-builder.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v3.1.0 with: fetch-depth: 10 - diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c76d6df7..84557241 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: go-version: 1.16.x - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acd096dc..d4958601 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1 - name: Publish GitHub Release diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index c186e108..36716be5 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 1