diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6858a88..4bac1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Get google/go-licenses package @@ -77,7 +77,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Install go-junit-report diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 6c25a96..6b8e890 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -59,7 +59,7 @@ jobs: with: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.GO_VERSION }}" - name: Initialize CodeQL