Skip to content

Commit

Permalink
ci: Update usage of local reusable workflows and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 15, 2024
1 parent 9504498 commit 1650b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
language: [python, javascript]
steps:
- name: Run CodeQL Analysis
uses: tektronix/python-package-ci-cd/actions/codeql-analysis@main
uses: ./actions/codeql-analysis
with:
language: ${{ matrix.language }}
codeql-queries: security-extended,security-and-quality
2 changes: 1 addition & 1 deletion .github/workflows/enforce-community-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:
branches: [main]
jobs:
enforce-community-standards:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@main
uses: ./.github/workflows/_reusable-enforce-community-standards.yml
2 changes: 1 addition & 1 deletion .github/workflows/sbom-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published]
jobs:
sbom-scan:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@main
uses: ./.github/workflows/_reusable-sbom-scan.yml
permissions:
security-events: write
contents: write
Expand Down

0 comments on commit 1650b0a

Please sign in to comment.