diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae7303f..95636274 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: install go diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d095875a..84b87f91 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository\ - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publish_latest.yml b/.github/workflows/publish_latest.yml index f0aec441..b2e9baf2 100644 --- a/.github/workflows/publish_latest.yml +++ b/.github/workflows/publish_latest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: create docker images diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81748ad2..2fb5472f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: install go @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: create docker images diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a4933bc..559aa7d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: install go diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 19f82745..3072cdcc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: steps: - name: clone - uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: install go