diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51f5fc..c2e396c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 80 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Go uses: actions/setup-go@v2 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0cfd21b..814520f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: language: ["go"] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/gitguardian.yaml b/.github/workflows/gitguardian.yaml index 5cb46c2..e9d60d4 100644 --- a/.github/workflows/gitguardian.yaml +++ b/.github/workflows/gitguardian.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan