Searched full:git (Results 1 – 7 of 7) sorted by relevance
81 git-secrets:85 - name: Checkout awslabs/git-secrets88 repository: awslabs/git-secrets90 path: git-secrets91 - name: Install git-secrets92 run: cd git-secrets && sudo make install && cd ..93 - name: Run git-secrets95 git-secrets --register-aws96 git-secrets --scan
28 git fetch origin29 if git tag --list $VERSION_NUM32 git push origin --delete tags/$VERSION_NUM55 - name: Configure git identity57 git config --global user.name "Release Workflow"60 …git tag ${{ github.event.inputs.version_number }} -a -m "coreMQTT-Agent Library ${{ github.event.i…61 git push origin --tags64 git tag -d ${{ github.event.inputs.version_number }}65 git remote update66 git checkout tags/${{ github.event.inputs.version_number }}[all …]
3 url = https://github.com/FreeRTOS/coreMQTT.git6 url = https://github.com/ThrowTheSwitch/CMock.git10 url = https://github.com/awslabs/aws-templates-for-cbmc-proofs.git
10 This repo uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to bring in de…14 git clone https://github.com/FreeRTOS/coreMQTT-Agent.git --recurse-submodules18 git clone git@github.com:FreeRTOS/coreMQTT-Agent.git --recurse-submodules23 git submodule update --init --recursive71 git submodule update --checkout --init --recursive test/unit-test/CMock
9 type: "git"
3 find_package( Git REQUIRED )
28 …"Set this to ON to automatically clone any required Git submodules. When OFF, submodules must be m…