Skip to content

Commit

Permalink
ci: use digest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jun 11, 2023
1 parent 8bf6dff commit d9bc707
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

publish-pypi:
name: Release to PyPI
Expand All @@ -83,7 +83,7 @@ jobs:
run: poetry build

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6

publish-aur:
name: Release to AUR
Expand All @@ -99,7 +99,7 @@ jobs:
sed -i "s|\(^pkgver=\).*$|\1\"${VERSION}\"|" ./PKGBUILD
- name: Deploy PKGBUILD to the Arch User Repository
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
uses: KSXGitHub/github-actions-deploy-aur@063daf78a56662642bb00049ce78425ff6d0fad7 # v2.7.0
with:
pkgname: python-images-upload-cli
pkgbuild: ./PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.272
hooks:
- id: ruff
Expand Down
3 changes: 1 addition & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "github>DeadNews/renovate-config"],
"automergeSchedule": ["every weekend"]
"extends": ["config:base", "github>DeadNews/renovate-config"]
}

0 comments on commit d9bc707

Please sign in to comment.