diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3dafab1..9c4ba56 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/secrets.yml b/.github/workflows/secrets.yml index 8d78ecc..2aea87e 100644 --- a/.github/workflows/secrets.yml +++ b/.github/workflows/secrets.yml @@ -17,7 +17,7 @@ jobs: with: go-version: '1.18' - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.head_ref }}