From b24d266423556ad30f9ad100af4299815378504b Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 27 May 2024 00:07:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 Signed-off-by: Platform Engineering Bot --- .github/workflows/anaconda.yml | 14 +++++++------- .github/workflows/bib-image.yml | 14 +++++++------- .github/workflows/gitlab-sync.yaml | 2 +- .github/workflows/lint.yml | 8 ++++---- .github/workflows/os-replace.yml | 14 +++++++------- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/anaconda.yml b/.github/workflows/anaconda.yml index 6af7cfd..936012d 100644 --- a/.github/workflows/anaconda.yml +++ b/.github/workflows/anaconda.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -102,7 +102,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -168,7 +168,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -201,7 +201,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -235,7 +235,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -269,7 +269,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 diff --git a/.github/workflows/bib-image.yml b/.github/workflows/bib-image.yml index b6ae3fd..97dd8ba 100644 --- a/.github/workflows/bib-image.yml +++ b/.github/workflows/bib-image.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -139,7 +139,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -175,7 +175,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -210,7 +210,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -244,7 +244,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -278,7 +278,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 diff --git a/.github/workflows/gitlab-sync.yaml b/.github/workflows/gitlab-sync.yaml index fa3b9f3..1427e1e 100644 --- a/.github/workflows/gitlab-sync.yaml +++ b/.github/workflows/gitlab-sync.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: Git Repo Sync steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: fetch-depth: 0 - uses: wangchucheng/git-repo-sync@63782025e80e84c48b25a1ee6bb9a22a3bd570d3 # v0.1.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 57861a1..8285f5c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,14 +11,14 @@ jobs: name: "📇 commitlint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6 spellcheck: name: "📋 spellcheck" runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2 with: check_filenames: true @@ -28,7 +28,7 @@ jobs: name: "🔭 Shellcheck" runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: ludeeus/action-shellcheck@master with: check_together: 'yes' # SC1091 @@ -37,7 +37,7 @@ jobs: name: "🔬 yamlint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3 with: config_file: .yamllint.yml diff --git a/.github/workflows/os-replace.yml b/.github/workflows/os-replace.yml index 889db3a..8ed3cc8 100644 --- a/.github/workflows/os-replace.yml +++ b/.github/workflows/os-replace.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -103,7 +103,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -137,7 +137,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -171,7 +171,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -205,7 +205,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -239,7 +239,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -273,7 +273,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0