Skip to content

Commit 1299427

Browse files
committed
pinact
1 parent 9e2645f commit 1299427

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-container-image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727

28-
- uses: docker/setup-qemu-action@v2
28+
- uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
2929
if: contains(inputs.platforms, 'linux/arm64') && !inputs.use_native_arm64_builder
3030

31-
- uses: docker/setup-buildx-action@v2
31+
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
3232
id: buildx
3333
if: ${{ !(inputs.use_native_arm64_builder && contains(inputs.platforms, 'linux/arm64')) }}
3434

@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
docker run --rm -d --name buildkitd -p 1234:1234 --privileged moby/buildkit:latest --addr tcp://0.0.0.0:1234
3939
40-
- uses: docker/setup-buildx-action@v2
40+
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
4141
id: buildx-native
4242
if: inputs.use_native_arm64_builder && contains(inputs.platforms, 'linux/arm64')
4343
with:
@@ -57,20 +57,20 @@ jobs:
5757

5858
- name: Log in to Docker Hub
5959
if: contains(inputs.push_to_images, 'tootsuite')
60-
uses: docker/login-action@v2
60+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
6464

6565
- name: Log in to the Github Container registry
6666
if: contains(inputs.push_to_images, 'ghcr.io')
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
7171
password: ${{ secrets.GITHUB_TOKEN }}
7272

73-
- uses: docker/metadata-action@v4
73+
- uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
7474
id: meta
7575
if: ${{ inputs.push_to_images != '' }}
7676
with:
@@ -79,7 +79,7 @@ jobs:
7979
tags: ${{ inputs.tags }}
8080
labels: ${{ inputs.labels }}
8181

82-
- uses: docker/build-push-action@v4
82+
- uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
8383
with:
8484
context: .
8585
platforms: ${{ inputs.platforms }}

.github/workflows/check-i18n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1818
- name: Install system dependencies
1919
run: |
2020
sudo apt-get update
2121
sudo apt-get install -y libicu-dev libidn11-dev
2222
- name: Set up Ruby
23-
uses: ruby/setup-ruby@v1
23+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
2424
with:
2525
ruby-version: '3.0'
2626
bundler-cache: true

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
if: github.event_name == 'push'
5050

5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353

5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@v4
55+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5656
- name: Login to GitHub Container Registry
57-
uses: docker/login-action@v4
57+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)