Skip to content

Commit

Permalink
Pin dependencies (#14)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/download-artifact](https://togithub.com/actions/download-artifact)
| action | pinDigest | -> `9bc31d5` |
| [actions/github-script](https://togithub.com/actions/github-script) |
action | pinDigest | -> `d7906e4` |
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | pinDigest | -> `a8a3f3a` |
| [paddyroddy/.github](https://togithub.com/paddyroddy/.github) | action
| pinDigest | -> `909a876` |
|
[xu-cheng/texlive-action](https://togithub.com/xu-cheng/texlive-action)
| action | pinDigest | -> `d9f893f` |

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/paddyroddy/phd-thesis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent dcd9dab commit 02d9aab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ jobs:
chktex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/chktex@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0

vale:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/vale@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
vale-flags: --glob='!{config/,figures/*/example_,thesis}*'

compile-latex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/compile@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0

- name: Upload artefacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: artefacts
path: |-
Expand All @@ -47,12 +47,12 @@ jobs:
needs: compile-latex
steps:
- name: Download artefacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: artefacts

- name: Fix regex for checkcites
uses: xu-cheng/texlive-action@v2
uses: xu-cheng/texlive-action@d9f893f837a29f066e3c70080540976b47263721 # v2
id: references
with:
scheme: full
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Check all references cited
if: ${{ steps.references.outputs.uncited > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
with:
script: core.setFailed('Not all references cited')

Expand All @@ -72,11 +72,11 @@ jobs:
needs: compile-latex
steps:
- name: Download artefacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: artefacts

- uses: paddyroddy/.github/actions/[email protected]
- uses: paddyroddy/.github/actions/dropbox@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
configfile-version: ${{ secrets.CONFIGFILE_VERSION }}
files-to-upload: $(find . -maxdepth 1 -name '*.pdf' -print)
Expand Down
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: paddyroddy/.github/actions/[email protected]
- uses: paddyroddy/.github/actions/linting@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
pre-commit-config: ./.pre-commit-config.yaml

0 comments on commit 02d9aab

Please sign in to comment.