Skip to content

Commit

Permalink
Chg UBC-MOAD/gha-workflows/ workflow pins to @main
Browse files Browse the repository at this point in the history
If I can't trust myself, who can I trust?

But really, less maintenance when I have to update 3rd party action pins
in our reusable workflows.
  • Loading branch information
douglatornell committed Apr 18, 2023
1 parent 2f2f79a commit 512000d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-issue-pr.yaml
Expand Up @@ -13,4 +13,4 @@ jobs:
permissions:
issues: write
pull-requests: write
uses: UBC-MOAD/gha-workflows/.github/workflows/auto-assign.yaml@39ab5bcb2c528cc2d1ad922c3b9f918087ef48ff
uses: UBC-MOAD/gha-workflows/.github/workflows/auto-assign.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Expand Up @@ -17,6 +17,6 @@ jobs:
fail-fast: false
matrix:
language: [ 'python' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/codeql-analysis.yaml@73cd061e7d3c3cabc39cda291cb7bc9b95b7ab35
uses: UBC-MOAD/gha-workflows/.github/workflows/codeql-analysis.yaml@main
with:
language: ${{ matrix.language }}
2 changes: 1 addition & 1 deletion .github/workflows/pytest-with-coverage.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@73cd061e7d3c3cabc39cda291cb7bc9b95b7ab35
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-linkcheck.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
# Need to specify Python version here because we use test env which gets its
# Python version via matrix
python-version: [ '3.11' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/sphinx-linkcheck.yaml@a34def527ceee8686a208588e899f9837085215c
uses: UBC-MOAD/gha-workflows/.github/workflows/sphinx-linkcheck.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
Expand Down

0 comments on commit 512000d

Please sign in to comment.