diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 178d45bdd..efc1b57eb 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -72,7 +72,7 @@ jobs: --crt-static --library-type="staticlib" rm -rf ${{ github.workspace }}/yara-x - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version-file: "go.mod" check-latest: true diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index aea8b5b1b..632616c3a 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -91,7 +91,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version-file: go.mod check-latest: true @@ -117,7 +117,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version-file: go.mod check-latest: true