diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 5d092ac6..bf6e2f92 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -110,7 +110,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - run: git config --global "url.https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/.insteadOf" "https://github.com/" - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Golines @@ -171,7 +171,7 @@ jobs: run: dvc pull -v --allow-missing - run: git config --global "url.https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/.insteadOf" "https://github.com/" - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Install gcov2lcov @@ -211,7 +211,7 @@ jobs: repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }} - uses: actions/checkout@v7.0.0 - run: git config --global url.https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/.insteadOf https://github.com/ - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod # We Login in GHCR to retrieve owned private images used in docker-compose diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index 271dd917..ca0dbb17 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -81,13 +81,13 @@ jobs: # golang license check set-up - if: ${{ (!inputs.skip-dependency || inputs.skip-dependency == '') && hashFiles('go.mod') != '' }} name: Set up Go (Go project) - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod # javascript license check set-up - if: ${{ (!inputs.skip-dependency || inputs.skip-dependency == '') && hashFiles('package.json') != '' }} name: Set up Go (non-Go project) - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ">=1.20.0" # golang & javascript license check