diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 5583212..2033692 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -9,7 +9,7 @@ jobs: name: GoLang Basics steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of Sonar scan - name: FS Permissions