@@ -32,38 +32,38 @@ jobs:
3232 - name : Set .env
3333 run : cp .env.example .env
3434 - name : Login to GitHub Container Registry
35- uses : docker/login-action@v3.0.0
35+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
3636 with :
3737 registry : ghcr.io
3838 username : ${{ github.actor }}
3939 password : ${{ secrets.GITHUB_TOKEN }}
4040 - name : Set up QEMU
41- uses : docker/setup-qemu-action@v3.0.0
41+ uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
4242 - name : Set up Docker Buildx
4343 id : buildx
44- uses : docker/setup-buildx-action@v3.0.0
44+ uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
4545 - run : echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
4646 env :
4747 HEAD_REF : ${{github.head_ref}}
4848 if : ${{ github.event_name == 'pull_request' }}
4949 - run : echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV"
5050 if : ${{ github.event_name == 'release' }}
5151 - name : Build and push (build)
52- uses : docker/bake-action@v4.1.0
52+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
5353 env :
5454 DOCKER_CONTENT_TRUST : 1
5555 with :
5656 push : true
5757 files : build.docker-compose.yml
5858 - name : Build and push (main)
59- uses : docker/bake-action@v4.1.0
59+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
6060 env :
6161 DOCKER_CONTENT_TRUST : 1
6262 with :
6363 push : true
6464 files : docker-compose.yml
6565 - name : Build and push (dev)
66- uses : docker/bake-action@v4.1.0
66+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
6767 env :
6868 DOCKER_CONTENT_TRUST : 1
6969 with :
@@ -72,23 +72,23 @@ jobs:
7272 - run : echo 'TAG_NAME=latest' >> "$GITHUB_ENV"
7373 if : ${{ github.event_name == 'release' }}
7474 - name : Build and push (build) (latest)
75- uses : docker/bake-action@v4.1.0
75+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
7676 if : ${{ github.event_name == 'release' }}
7777 env :
7878 DOCKER_CONTENT_TRUST : 1
7979 with :
8080 push : true
8181 files : build.docker-compose.yml
8282 - name : Build and push (main) (latest)
83- uses : docker/bake-action@v4.1.0
83+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
8484 if : ${{ github.event_name == 'release' }}
8585 env :
8686 DOCKER_CONTENT_TRUST : 1
8787 with :
8888 push : true
8989 files : docker-compose.yml
9090 - name : Build and push (dev) (latest)
91- uses : docker/bake-action@v4.1.0
91+ uses : docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
9292 if : ${{ github.event_name == 'release' }}
9393 env :
9494 DOCKER_CONTENT_TRUST : 1
@@ -122,7 +122,7 @@ jobs:
122122 run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
123123 env :
124124 HEAD_REF : ${{github.head_ref || github.event.release.tag_name}}
125- - uses : dev-hato/actions-diff-pr-management@v1.1.9
125+ - uses : dev-hato/actions-diff-pr-management@128afc4203b4e391e03868be91c987b2ddba7ea5 # v1.1.12
126126 with :
127127 github-token : ${{secrets.GITHUB_TOKEN}}
128128 branch-name-prefix : fix-version-python-version
@@ -135,7 +135,7 @@ jobs:
135135 with :
136136 fetch-depth : 0
137137 ref : ${{ github.event.pull_request.head.sha }}
138- - uses : dev-hato/actions-update-dockle@v0.0.76
138+ - uses : dev-hato/actions-update-dockle@c92b0e505cc4ed6dc1b4c2c6851193d02ce5fcba # v0.0.81
139139 with :
140140 github-token : ${{secrets.GITHUB_TOKEN}}
141141 dockle :
0 commit comments