diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml index 934ba2a..2611cb2 100644 --- a/.github/workflows/fuzz.yaml +++ b/.github/workflows/fuzz.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod - name: Run fuzz diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 5939c1c..4b37aae 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -40,7 +40,7 @@ jobs: exit 1 fi echo "version=$GO_VERSION" >> $GITHUB_OUTPUT - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ steps.get-go-version.outputs.version }} - name: lint-license @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ needs.lint.outputs.go-version }} - name: Build diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 28b631d..8b50952 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod # This job publishes; a poisoned build cache would end up in the