brief-umbrella-80783
06/27/2025, 9:38 AMupdate-gb-code-refs:
runs-on: kube
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update GrowthBook code references
uses: growthbook/coderefs-action@2.11.5-14
with:
apiHost: ${{ vars.GROWTHBOOK_HOST_URL }}
apiKey: ${{ secrets.GROWTHBOOK_API_KEY }}
lookback: 0
Workflow logs are attached as a file.
After successful run we still see a reference in feature toggle stats tab, but the piece of code which is displayed is no longer on master branch. This happens from time to time in different repositories and feature flags. Is there any caching or something like that, which prevents actual references from being displayed?brief-umbrella-80783
06/27/2025, 9:42 AMbrief-umbrella-80783
06/27/2025, 9:43 AMstrong-mouse-55694
06/27/2025, 6:08 PMbrief-umbrella-80783
07/16/2025, 1:01 PMstrong-mouse-55694
07/16/2025, 8:33 PMbrief-umbrella-80783
07/17/2025, 5:59 AMbrief-umbrella-80783
07/17/2025, 6:01 AMbrash-kite-51410
07/18/2025, 5:56 PMbrief-umbrella-80783
07/21/2025, 7:36 AMupdate-gb-code-refs:
runs-on: kube
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update GrowthBook code references
uses: growthbook/coderefs-action@2.11.5-14
with:
apiHost: ${{ vars.GROWTHBOOK_HOST_URL }}
apiKey: ${{ secrets.GROWTHBOOK_API_KEY }}
lookback: 0
deleteMissing: "true"
strong-mouse-55694
07/21/2025, 4:00 PMbrash-kite-51410
07/21/2025, 5:44 PMbrash-kite-51410
07/21/2025, 7:49 PMgrowthbook/coderefs-action@2.11.6-0
it should now work let me know if there are any issuesbrief-umbrella-80783
07/22/2025, 6:29 AMupdate-gb-code-refs:
runs-on: kube
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update GrowthBook code references
uses: growthbook/coderefs-action@2.11.6-0
with:
apiHost: ${{ vars.GROWTHBOOK_HOST_URL }}
apiKey: ${{ secrets.GROWTHBOOK_API_KEY }}
lookback: 0
deleteMissing: "true"
the docker image pulled in workflow is "/runner/_work/_actions/growthbook/coderefs-standalone-action/2.11.5-12/Dockerfile" "/runner/_work/_actions/growthbook/coderefs-standalone-action/2.11.5-12"
code ref is still not being deletedbrash-kite-51410
07/22/2025, 4:44 PMbrief-umbrella-80783
07/23/2025, 8:18 AMbrash-kite-51410
07/23/2025, 4:36 PMbrash-kite-51410
07/23/2025, 4:40 PMbrief-umbrella-80783
07/24/2025, 5:50 AMbrief-umbrella-80783
08/04/2025, 8:49 AMbrash-kite-51410
08/04/2025, 4:15 PM