diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2da8717..bb87af0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: name: Lints runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -39,7 +39,7 @@ jobs: name: Security Audits runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -55,7 +55,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run ShellCheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 #2.0.0 @@ -84,7 +84,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') != true runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -100,7 +100,7 @@ jobs: shell: bash - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 @@ -139,7 +139,7 @@ jobs: shell: bash - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 2a83992..1389419 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -15,7 +15,7 @@ jobs: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot') steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - run: semgrep ci --no-suppress-errors