diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dc58a47..5f57fd5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - id: dsv # If using as a template outside of the actual repo, you sould reference like this instead: # uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e49273d..74426ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache