diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 6ab7417..24646ac 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -25,7 +25,7 @@ jobs: egress-policy: audit - name: Set up Go 1.26 - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v3.5.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v3.5.0 with: go-version: "1.26" @@ -49,7 +49,7 @@ jobs: egress-policy: audit - name: Set up Go 1.26 - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "1.26" id: go