Skip to content

Commit

Permalink
docs: Update docs to just use the main branch as the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 15, 2024
1 parent b6ae32a commit 7c82683
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/codeql-analysis/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
security-events: write # Allow CodeQL to create security events
steps:
- name: Run CodeQL Analysis
uses: tektronix/python-package-ci-cd/actions/codeql-analysis@v0.1.0
uses: tektronix/python-package-ci-cd/actions/codeql-analysis@main # it is recommended to use the latest release tag instead of `main`
with:
language: python # required
codeql-queries: security-extended,security-and-quality # optional
Expand Down
2 changes: 1 addition & 1 deletion workflows/check-api-for-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
check-api-for-breaking-changes:
uses:
tektronix/python-package-ci-cd/workflows/check-api-for-breaking-changes.yml@v0.1.0
tektronix/python-package-ci-cd/workflows/check-api-for-breaking-changes.yml@main # it is recommended to use the latest release tag instead of `main`
with:
package-name: my_package_name # required
```
2 changes: 1 addition & 1 deletion workflows/enforce-community-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ on:
branches: [main]
jobs:
enforce-community-standards:
uses: tektronix/python-package-ci-cd/workflows/enforce-community-standards.yml@v0.1.0
uses: tektronix/python-package-ci-cd/workflows/enforce-community-standards.yml@main # it is recommended to use the latest release tag instead of `main`
```

0 comments on commit 7c82683

Please sign in to comment.