diff --git a/.github/workflows/job-golang-lint.yml b/.github/workflows/job-golang-lint.yml index 30f8ad7..0ec3500 100644 --- a/.github/workflows/job-golang-lint.yml +++ b/.github/workflows/job-golang-lint.yml @@ -18,7 +18,7 @@ jobs: GOSUMDB: off steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: 'go.mod' # Caching will be done from the following golang-lint action diff --git a/.github/workflows/job-golang-test-source.yml b/.github/workflows/job-golang-test-source.yml index 5f0f9f4..78276bb 100644 --- a/.github/workflows/job-golang-test-source.yml +++ b/.github/workflows/job-golang-test-source.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: 'go.mod' cache: true