diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index e9f5f394..3286b19a 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -18,7 +18,7 @@ jobs: id-token: write steps: - name: Get access token - uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 + uses: DataDog/dd-octo-sts-action@c85802a58e202b7e764b5441e4378c76043c8108 # v1.0.5 id: octo-sts with: scope: DataDog/datadog-sync-cli diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ee12fe..6491f7d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Get access token if: steps.detect_release.outputs.is_release == 'true' - uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4 + uses: DataDog/dd-octo-sts-action@c85802a58e202b7e764b5441e4378c76043c8108 # v1.0.5 id: octo-sts with: scope: DataDog/datadog-sync-cli