diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index befde94..266c3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name : Checkout repository uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name : Set up Go - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version: 1.25 - name : CI diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b414ec8..d9bfe1b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version: 1.25 - name: golangci-lint diff --git a/.github/workflows/pr-artifacts.yml b/.github/workflows/pr-artifacts.yml index 348228c..7f23bdd 100644 --- a/.github/workflows/pr-artifacts.yml +++ b/.github/workflows/pr-artifacts.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version: 1.25 - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 68a2535..452fa8f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version: 1.25 - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 diff --git a/.github/workflows/setup-rancher-environment.yml b/.github/workflows/setup-rancher-environment.yml index 356ef48..0ec498c 100644 --- a/.github/workflows/setup-rancher-environment.yml +++ b/.github/workflows/setup-rancher-environment.yml @@ -22,10 +22,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version: '1.24'