File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 pip install -r hack/requirements.txt
6565
6666 - name : Login to GitHub Container Registry
67- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
67+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
6868 with :
6969 registry : ghcr.io
7070 username : ${{ github.repository_owner }}
@@ -107,7 +107,7 @@ jobs:
107107 needs : e2e_test
108108 steps :
109109 - name : Create GitHub App token
110- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
110+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
111111 id : app-token
112112 with :
113113 app-id : 1312871
@@ -167,7 +167,7 @@ jobs:
167167 pip install -r hack/requirements.txt
168168
169169 - name : Login to GitHub Container Registry
170- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
170+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
171171 with :
172172 registry : ghcr.io
173173 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 7272 pip install -r hack/requirements.txt
7373
7474 - name : Login to GitHub Container Registry
75- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
75+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
7676 with :
7777 registry : ghcr.io
7878 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Create GitHub App token
26- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
26+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2727 id : app-token
2828 with :
2929 app-id : 1312871
You can’t perform that action at this time.
0 commit comments