Skip to content

Commit e6cfe72

Browse files
ci: pin dependencies (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5697b6c commit e6cfe72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Install Go
1919
uses: trim21/actions/setup-go@master

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Install Go
1818
uses: trim21/actions/setup-go@master
@@ -24,21 +24,21 @@ jobs:
2424

2525
- name: Docker meta
2626
id: meta
27-
uses: docker/metadata-action@v5
27+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
2828
with:
2929
images: "ghcr.io/bangumi/clear-old-cache"
3030
tags: |
3131
type=ref,event=branch
3232
type=ref,event=branch,suffix=-{{ sha }}
3333
34-
- uses: docker/login-action@v3
34+
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ github.token }}
3939

4040
- name: Build and push
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
4242
with:
4343
context: .
4444
push: true

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
vulnerability-scan:
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- uses: trim21/actions/setup-go@master
3131
with:

0 commit comments

Comments
 (0)