diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 547a70b0..b75b3694 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: 'go.mod' cache: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ef918cc7..6db03c36 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,13 +31,13 @@ jobs: persist-credentials: false - name: Set up Go (from go.mod) - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: 'go.mod' cache: false - name: Initialize CodeQL - uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a with: languages: go @@ -46,6 +46,6 @@ jobs: run: go build ./... - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a with: category: "/language:go" diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 212d2cf3..fac10eab 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Set up Node.js 24 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # pinned from actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # pinned from actions/setup-node@v7.0.0 with: node-version: '24' diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 167fcbba..e2aec7bf 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.mod cache: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d4428c79..7c290c25 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.mod cache: false diff --git a/.github/workflows/race.yml b/.github/workflows/race.yml index fbeb5055..841d0645 100644 --- a/.github/workflows/race.yml +++ b/.github/workflows/race.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.mod cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df9481cb..e38f9c6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: # SETUP GO ######################################## - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: 'go.mod' cache: false diff --git a/.github/workflows/security-ultimate.yml b/.github/workflows/security-ultimate.yml index 12b868d1..d47b9f26 100644 --- a/.github/workflows/security-ultimate.yml +++ b/.github/workflows/security-ultimate.yml @@ -31,7 +31,7 @@ jobs: # GO 1.25 — MAIN TOOLCHAIN ######################################## - name: Set up Go (from go.mod) - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: 'go.mod' cache: false @@ -93,7 +93,7 @@ jobs: # UPLOAD SARIF ######################################## - name: Upload GoSec SARIF - uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a with: sarif_file: gosec.sarif