diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 851c5bd..4212d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,20 +12,20 @@ jobs: DATADOG_API_KEY_CONFIGURED: ${{ secrets.DATADOG_API_KEY != '' }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: "1.26.3" - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" - name: Cache Go modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/go-build @@ -56,7 +56,7 @@ jobs: - name: Configure Datadog Test Optimization if: ${{ env.DATADOG_API_KEY_CONFIGURED == 'true' }} - uses: datadog/test-visibility-github-action@cdf298ef8277c8c3bec321499084ce5d9e4ff1e8 # v2.10.0 + uses: datadog/test-visibility-github-action@4e7afb05b464fd349275e41e65a7f4de83e7f46b # v2.10.0 with: languages: go api_key: ${{ secrets.DATADOG_API_KEY }} @@ -70,7 +70,7 @@ jobs: - name: Upload coverage report to Datadog if: ${{ env.DATADOG_API_KEY_CONFIGURED == 'true' }} - uses: DataDog/coverage-upload-github-action@6c4bd935248daa6f0ef94e3e6ba71ad5ad079998 # v1.0.3 + uses: DataDog/coverage-upload-github-action@d9548b1c3c4ab639d5d3ab29a1508af188975f77 # v1.0.5 with: api_key: ${{ secrets.DATADOG_API_KEY }} site: datadoghq.com @@ -81,15 +81,15 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: "1.26.3" - name: golangci-lint - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v6 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v6 with: version: v2.11.4 args: --timeout=5m diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index adec1be..757d7ca 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get GitHub token uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 @@ -23,7 +23,7 @@ jobs: policy: self.github.release.prerelease - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: '1.26.3' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67a0bfc..25915d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get GitHub token uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 @@ -24,7 +24,7 @@ jobs: policy: self.github.release.tags - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version: '1.26.3'