diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index 959b5ecd..03e69b6d 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -32,7 +32,7 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1 + uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 id: octo-sts with: scope: 'jetstack/jetstack-secure' diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 491548ca..1594547d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -27,7 +27,7 @@ jobs: exit 1 - name: Octo STS Token Exchange - uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1 + uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 id: octo-sts with: scope: 'jetstack/jetstack-secure' @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@2d941ef4e268e53affdc1f11365c69a73e544f50 # v43.0.14 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}