diff --git a/.github/workflows/ci-build-docker.yml b/.github/workflows/ci-build-docker.yml index cf67c100f..a6f8740e2 100644 --- a/.github/workflows/ci-build-docker.yml +++ b/.github/workflows/ci-build-docker.yml @@ -23,6 +23,6 @@ jobs: runs-on: ubuntu-24.04 name: Combined Docker Compose steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Build Docker image run: docker compose -f docker-compose.yml up -d diff --git a/.github/workflows/ci-example-dice-roller.yml b/.github/workflows/ci-example-dice-roller.yml index 02d2037e4..891d9b546 100644 --- a/.github/workflows/ci-example-dice-roller.yml +++ b/.github/workflows/ci-example-dice-roller.yml @@ -44,7 +44,7 @@ jobs: - "3.4" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Test Dice Roller (${{ matrix.version }}, Ruby ${{ matrix.ruby }}) uses: ./.github/actions/test_dice_roller @@ -67,7 +67,7 @@ jobs: - instrumented steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Build Docker image (${{ matrix.version }}) working-directory: examples/dice_roller diff --git a/.github/workflows/ci-markdown-link.yml b/.github/workflows/ci-markdown-link.yml index 76d238ccf..209ba9d75 100644 --- a/.github/workflows/ci-markdown-link.yml +++ b/.github/workflows/ci-markdown-link.yml @@ -15,11 +15,11 @@ jobs: pull-requests: write # required for posting review comments runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # equivalent cli: linkspector check - name: Run linkspector - uses: umbrelladocs/action-linkspector@963b6264d7de32c904942a70b488d3407453049e # v1.5.1 + uses: umbrelladocs/action-linkspector@6c637d70424624231467a4ca918be54fa3b792d0 # v1.5.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review diff --git a/.github/workflows/ci-markdownlint.yml b/.github/workflows/ci-markdownlint.yml index 38c49d567..dfbe2dfd4 100644 --- a/.github/workflows/ci-markdownlint.yml +++ b/.github/workflows/ci-markdownlint.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }} runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" "#.github/**" --config .markdownlint.json - name: "Markdown Lint Check" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02a8dd5a3..a7dfffd70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: name: ${{ matrix.gem }} / ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: "Test Ruby 3.4" uses: ./.github/actions/test_gem with: @@ -92,7 +92,7 @@ jobs: name: ${{ matrix.gem }} / ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: "Test Ruby 3.4" uses: ./.github/actions/test_gem with: @@ -142,7 +142,7 @@ jobs: name: ${{ matrix.gem }} / ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: "Test Ruby 3.4" uses: ./.github/actions/test_gem with: @@ -174,7 +174,7 @@ jobs: name: Spelling Check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 with: use_cspell_files: true diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 56656aedb..6340f1393 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -23,7 +23,7 @@ jobs: name: PR Title runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # restrict checks to pull requests to avoid issues blocking the merge queue - name: Validate conventional commit style title if: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index e594a7a41..a02d6bf09 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }} runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 6d076992b..017d03a3b 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -20,7 +20,7 @@ jobs: # Needed for GitHub OIDC token if publish_results is true id-token: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/release-hook-on-closed.yml b/.github/workflows/release-hook-on-closed.yml index 09e8e7cba..c721f178a 100644 --- a/.github/workflows/release-hook-on-closed.yml +++ b/.github/workflows/release-hook-on-closed.yml @@ -19,7 +19,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/release-hook-on-push.yml b/.github/workflows/release-hook-on-push.yml index cc6113252..cb669e8c1 100644 --- a/.github/workflows/release-hook-on-push.yml +++ b/.github/workflows/release-hook-on-push.yml @@ -19,7 +19,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/release-perform.yml b/.github/workflows/release-perform.yml index 5969de5e1..a5b91919a 100644 --- a/.github/workflows/release-perform.yml +++ b/.github/workflows/release-perform.yml @@ -29,7 +29,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/release-request-weekly.yml b/.github/workflows/release-request-weekly.yml index bdc3870a1..e8a75cf38 100644 --- a/.github/workflows/release-request-weekly.yml +++ b/.github/workflows/release-request-weekly.yml @@ -18,7 +18,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index 2b30848a5..8b2f99bfa 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -22,7 +22,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/release-retry.yml b/.github/workflows/release-retry.yml index eb2f1d6f6..d789c7514 100644 --- a/.github/workflows/release-retry.yml +++ b/.github/workflows/release-retry.yml @@ -26,7 +26,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/.toys/release/Gemfile steps: - name: Checkout repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Ruby uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: diff --git a/.github/workflows/renovate-semconv.yml b/.github/workflows/renovate-semconv.yml index ee9787366..3c3c499ec 100644 --- a/.github/workflows/renovate-semconv.yml +++ b/.github/workflows/renovate-semconv.yml @@ -18,7 +18,7 @@ jobs: if: startsWith(github.head_ref, 'renovate/') runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GITHUB_TOKEN }}