Skip to content

Commit 4ce003b

Browse files
committed
Merge branch 'master' of github.com:powerapi-ng/powerapi
2 parents 1fe34bd + a2da3bb commit 4ce003b

34 files changed

+3803
-2379
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"
88
labels:
99
- "dependencies"

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Upload coverage reports to Codecov
4646
if: ${{ matrix.python-version }} == "3.8"
47-
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
47+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
file: coverage.xml

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: python -m build
7777

7878
- name: Publish package
79-
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
79+
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
8080
with:
8181
print-hash: true
8282

@@ -92,21 +92,21 @@ jobs:
9292
- uses: actions/checkout@v3
9393

9494
- name: Log in to Docker Hub
95-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
95+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
9696
with:
9797
username: ${{ secrets.DOCKER_HUB_USERNAME }}
9898
password: ${{ secrets.DOCKER_HUB_TOKEN }}
9999

100100
- name: Log in to GitHub Container Registry
101-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
101+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.actor }}
105105
password: ${{ secrets.GITHUB_TOKEN }}
106106

107107
- name: Extract metadata (tags, labels) for Docker
108108
id: meta
109-
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4.4.0
109+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
110110
with:
111111
images: |
112112
powerapi/powerapi
@@ -115,7 +115,7 @@ jobs:
115115
type=pep440,pattern={{version}}
116116
117117
- name: Build and push Docker image
118-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
118+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
119119
with:
120120
context: .
121121
push: true

0 commit comments

Comments
 (0)