diff --git a/.github/workflows/code-signing-maintenance.yml b/.github/workflows/code-signing-maintenance.yml index 30fdc87..8a2a56f 100644 --- a/.github/workflows/code-signing-maintenance.yml +++ b/.github/workflows/code-signing-maintenance.yml @@ -21,10 +21,10 @@ jobs: name: Delete iOS code signing certificates to prepare for them expiring soon runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Fastlane (via ruby and Bundler) used for managing code signing files - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 + uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0 with: ruby-version: '3.2.2' bundler-cache: true # runs 'bundle install' and caches installed gems automatically @@ -39,7 +39,7 @@ jobs: # Creating of code signing files via CI server on SDK code bases is not yet done. Once it is, we can add that feature. - name: Notify team about schedule maintenance - uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder payload: | @@ -62,7 +62,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Notify team deleting certificates failed. Fix issue so we can get certificates deleted before expiring. - uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder diff --git a/.github/workflows/create-code-signing-files.yml b/.github/workflows/create-code-signing-files.yml index ec78443..6020db7 100644 --- a/.github/workflows/create-code-signing-files.yml +++ b/.github/workflows/create-code-signing-files.yml @@ -15,10 +15,10 @@ jobs: create-code-signing-files: runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Fastlane (via ruby and Bundler) used for managing code signing files - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 + uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0 with: ruby-version: '3.2.2' bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/register-new-device.yml b/.github/workflows/register-new-device.yml index d7802cf..780f5b1 100644 --- a/.github/workflows/register-new-device.yml +++ b/.github/workflows/register-new-device.yml @@ -32,10 +32,10 @@ jobs: - name: Hide the inputs values to keep them private in the logs when running this workflow uses: levibostian/action-hide-sensitive-inputs@80877460a95aa5e56cba23314096ef0e0a3c10c1 # v1 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Fastlane (via ruby and Bundler) used for managing code signing files - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 + uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0 with: ruby-version: '3.2.2' bundler-cache: true # runs 'bundle install' and caches installed gems automatically