diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c020501..6bf7809 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "go.mod" cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8db5285..570cd73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "go.mod" cache: true @@ -41,8 +41,8 @@ jobs: if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' # Skip Renovate PRs, should be handled by push event runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "tools/go.mod" cache-dependency-path: "tools/go.sum" @@ -62,8 +62,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "go.mod" cache: true @@ -75,12 +75,12 @@ jobs: go install github.com/jstemmer/go-junit-report/v2@latest $(go env GOPATH)/bin/go-junit-report -in test-output -set-exit-code -iocopy -out junit.xml - - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ !cancelled() && !startsWith(github.head_ref, 'renovate/') }} with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit - - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + - uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 if: ${{ !cancelled() }} with: token: ${{ secrets.CODECOV_TOKEN }} @@ -110,8 +110,8 @@ jobs: # - tool: opentofu # version: v1.10.x steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "go.mod" cache: true @@ -124,7 +124,7 @@ jobs: terraform_wrapper: false - if: matrix.tool == 'opentofu' - uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6 + uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1.0.8 with: tofu_version: ${{ matrix.version }} tofu_wrapper: false @@ -134,7 +134,7 @@ jobs: echo TF_ACC_PROVIDER_NAMESPACE="hashicorp" >> $GITHUB_ENV echo TF_ACC_PROVIDER_HOST="registry.opentofu.org" >> $GITHUB_ENV - - uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa # v4 + - uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4 with: # oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} # oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} @@ -164,12 +164,12 @@ jobs: COOLIFY_TOKEN: ${{ secrets.ACC_COOLIFY_TOKEN }} timeout-minutes: 11 - - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ !cancelled() && !startsWith(github.head_ref, 'renovate/') && matrix.tool == 'terraform' && matrix.version == 'v1.11.x' }} with: token: ${{ secrets.CODECOV_TOKEN }} flags: acceptance - - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + - uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 if: ${{ !cancelled() }} with: token: ${{ secrets.CODECOV_TOKEN }}