Update dev/image tag to 751ffc47f8f4d540007c1e8852e9f7ddaa45dbe6 (#20… #15486
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
name: Configcat code references | |
jobs: | |
scan-repo: | |
runs-on: ubuntu-latest | |
name: Scan repository for configcat code references | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Scan & upload | |
uses: configcat/scan-repository@v2 | |
with: | |
api-user: ${{ secrets.CONFIGCAT_API_USER }} | |
api-pass: ${{ secrets.CONFIGCAT_API_PASS }} | |
config-id: 08da1258-6541-4fc7-8b61-c8b47f82f3a0 |