From 7d562b5789df6eea6820ae2215e4713346680e68 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:48:52 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/docs.yaml | 6 +++--- .github/workflows/noop.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d1650d64..9843a753 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,16 +17,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 with: go-version: 1.21.x - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: # this fetches all branches. Needed because we need gh-pages branch for deploy to work fetch-depth: 0 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.4.9' - name: Build docs run: | diff --git a/.github/workflows/noop.yml b/.github/workflows/noop.yml index 01502b13..83ce1d36 100644 --- a/.github/workflows/noop.yml +++ b/.github/workflows/noop.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # Runs a single command using the runners shell - name: Run a one-line script