FAQ
Scanning Tags and Commit Hashes with GitHub Actions
1 min
for most ci/cd systems/workflows, scanning a specific tag or commit hash can be accomplished by creating a job which checks out the code at a specific tag or commit, and then runs the desired soos getting started with soos docid 44xyviv7holkuojonqf9h against that code when using the soos github action, add the ref parameter to the actions/checkout\@master definition to specify a commit hash, tag, or branch to scan in the following example we are scanning the tag v1 0 0