diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 5985d223..89cac5a4 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -56,7 +56,7 @@ jobs: ref: main token: ${{ steps.credentials.outputs.token }} - name: Install Golang - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version: "stable" - name: Get the latest version diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f53ad20..3e7f2375 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Set up Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version: "1.25.4" - name: Lint @@ -55,7 +55,7 @@ jobs: with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version: "1.25.4" - name: Report health score