diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bac1c8..3ebf005 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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.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 136516c..d975323 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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "${{ env.GO_VERSION }}" - name: Initialize CodeQL