Skip to content

Commit b6e27b8

Browse files
committed
Bump dependencies
1 parent eeb1a49 commit b6e27b8

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v2.3.4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v1

.github/workflows/docker-build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v2.3.4
2020

2121
- name: Set up Docker Buildx
2222
id: buildx
23-
uses: docker/setup-buildx-action@v1
23+
uses: docker/setup-buildx-action@v1.3.0
2424

2525
- name: Cache Docker layers
2626
uses: actions/[email protected]
@@ -32,22 +32,22 @@ jobs:
3232
3333
- name: Log in to Docker Hub
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v1.9.0
3636
with:
3737
registry: docker.io
3838
username: ${{ secrets.DOCKERHUB_USER }}
3939
password: ${{ secrets.DOCKERHUB_PASS }}
4040

4141
- name: Log in to GitHub Container Registry
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v1
43+
uses: docker/login-action@v1.9.0
4444
with:
4545
registry: ghcr.io
46-
username: ${{ github.actor }}
46+
username: ${{ github.repository_owner }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v2.4.0
5151
with:
5252
context: .
5353
file: ./Dockerfile

.github/workflows/labels-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v2.3.4
1717

1818
- name: Update labels
1919
if: success()
20-
uses: crazy-max/ghaction-github-labeler@v3
20+
uses: crazy-max/ghaction-github-labeler@v3.1.1
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
yaml-file: .github/labels.yml

.github/workflows/sponsors-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: JasonEtco/is-sponsor-label-action@v1
17+
- uses: JasonEtco/is-sponsor-label-action@v1.1.3
1818
with:
1919
label: 💖 sponsor
2020
env:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Build Status](https://img.shields.io/github/workflow/status/TheCatLady/docker-qnap-pushover/Build%20Docker%20Images?style=flat-square&logoColor=white&logo=github%20actions)](https://github.com/TheCatLady/docker-qnap-pushover)<br/>
66
[![Python](https://img.shields.io/github/languages/top/TheCatLady/docker-qnap-pushover?style=flat-square&logoColor=white&logo=python)](https://github.com/TheCatLady/docker-qnap-pushover)
77
[![Code Quality](https://img.shields.io/lgtm/grade/python/github/TheCatLady/docker-qnap-pushover?style=flat-square&logoColor=white&logo=lgtm&label=code%20quality)](https://lgtm.com/projects/g/TheCatLady/docker-qnap-pushover/)
8-
[![License](https://img.shields.io/github/license/TheCatLady/docker-qnap-pushover?style=flat-square&logoColor=white&logo=open%20source%20initiative)](https://github.com/TheCatLady/docker-qnap-pushover/blob/main/LICENSE)<br/>
98
[![Become a GitHub Sponsor](https://img.shields.io/badge/github%20sponsors-help%20feed%20my%20cats!-ff69b4?style=flat-square&logo=github%20sponsors)](https://github.com/sponsors/TheCatLady)
109

1110
[Pushover](https://pushover.net/) notifications for [QNAP](https://www.qnap.com/) NAS system events

0 commit comments

Comments
 (0)