diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml index 40bf097..311bf83 100644 --- a/.github/workflows/fuzz.yaml +++ b/.github/workflows/fuzz.yaml @@ -28,7 +28,7 @@ jobs: target: FuzzObjectFromRequest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - 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 e532831..3e4ba66 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -38,7 +38,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 @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - 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 2f46e84..47b743c 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -35,7 +35,7 @@ jobs: with: 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