diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc8e443b..4b6b002c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: clone - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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 d8fef95e..c9a0c5a4 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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 50c13ea2..1ccc8f1f 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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 585eed9d..12e54e5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: clone - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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 509c621d..4efacb80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: clone - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 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 37c23ba9..f22c85c0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: steps: - name: clone - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: install go