Skip to content

Commit eb7e7ee

Browse files
renovate[bot]morremeyer
authored andcommitted
chore(deps): pin dependencies
1 parent 65be125 commit eb7e7ee

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected]
10+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1111

12-
- uses: actions/[email protected]
12+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1313
with:
1414
go-version: 1.19.5
1515

1616
- name: Install go tooling
1717
run: |
1818
make setup-pre-commit-ci
1919
20-
- uses: pre-commit/[email protected]
20+
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected]
17+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Set up Go
22-
uses: actions/[email protected]
22+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2323
with:
2424
go-version: 1.19.5
2525

26-
- uses: docker/[email protected]
26+
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

.github/workflows/renovate-config-validator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/[email protected]
23+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2424
- name: Validate
25-
uses: rinchsan/[email protected]
25+
uses: rinchsan/renovate-config-validator@1ea1e8514f6a33fdd71c40b0a5fa3512b9e7b936 # v0.0.12

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Semantic Pull Request
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/[email protected]
15+
- uses: amannn/action-semantic-pull-request@01d5fd8a8ebb9aafe902c40c53f0f4744f7381eb # v5.0.2
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-and-tag.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/[email protected]
14+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1515

1616
- name: Set up go
17-
uses: actions/[email protected]
17+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1818
with:
1919
# renovate: go-version
2020
go-version: 1.19.5
@@ -24,7 +24,7 @@ jobs:
2424
go test ./... -race -covermode=atomic -coverprofile=coverage.out
2525
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
files: coverage.out
@@ -45,7 +45,7 @@ jobs:
4545
container: ghcr.io/caarlos0/svu
4646
steps:
4747
- name: Checkout
48-
uses: actions/[email protected]
48+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
4949
with:
5050
fetch-depth: 0
5151
token: ${{ secrets.EZ_BOT_TOKEN }}

0 commit comments

Comments
 (0)