diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9843a753..0cba359e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,13 +20,13 @@ jobs: uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 with: go-version: 1.21.x - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # 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.4.9' + ruby-version: '3.4.10' - name: Build docs run: | diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index c6eb8b9c..ad0bbecd 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: check for replace lines in go.mod files run: | ! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace' diff --git a/.github/workflows/noop.yml b/.github/workflows/noop.yml index 83ce1d36..8d2df7fe 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 # Runs a single command using the runners shell - name: Run a one-line script