Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Renovate: UCL-MIRSG/.github to v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 19785d4 commit c1f4d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@v0.26.0
- uses: UCL-MIRSG/.github/actions/linting@5971fc6aeedd6f4ac3cc4fe3c24f1057bf17a68f # v0.43.0

Check failure on line 14 in .github/workflows/linting.yml

View workflow job for this annotation

GitHub Actions / linting

14:81 [line-length] line too long (98 > 80 characters)
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/manage-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/add-to-project@v0.26.0
- uses: UCL-MIRSG/.github/actions/add-to-project@5971fc6aeedd6f4ac3cc4fe3c24f1057bf17a68f # v0.43.0

Check failure on line 12 in .github/workflows/manage-projects.yml

View workflow job for this annotation

GitHub Actions / linting

12:81 [line-length] line too long (105 > 80 characters)
with:
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:

Check warning on line 1 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / linting

1:1 [document-start] missing document start "---"
- repo: https://github.com/UCL-MIRSG/.github
rev: v0.26.0
rev: v0.43.0
hooks:
- id: mirsg-hooks

0 comments on commit c1f4d30

Please sign in to comment.