diff --git a/.github/workflows/automake.yml b/.github/workflows/automake.yml index eedb810..a6313a5 100644 --- a/.github/workflows/automake.yml +++ b/.github/workflows/automake.yml @@ -32,7 +32,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 persist-credentials: false # <--- this diff --git a/.github/workflows/build-aligner.yml b/.github/workflows/build-aligner.yml index b8ba8e0..3d2c013 100644 --- a/.github/workflows/build-aligner.yml +++ b/.github/workflows/build-aligner.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get dependencies run: | @@ -62,7 +62,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 persist-credentials: false # <--- this diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ef5345c..d76a064 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL