File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363
6464 - name : Login to GHCR
6565 if : github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main')
66- uses : docker/login-action@v3
66+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
6767 with :
6868 registry : ghcr.io
6969 username : ${{ github.repository_owner }}
7070 password : ${{ secrets.GITHUB_TOKEN }}
7171
7272 - name : Build and push master Docker image
73- uses : docker/build-push-action@v6.18.0
73+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7474 with :
7575 context : .
7676 push : ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}
9090
9191 - name : Generate a token
9292 id : generate_token
93- uses : actions/create-github-app-token@v2
93+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
9494 with :
9595 app-id : ${{ secrets.CICD_APP_ID }}
9696 private-key : ${{ secrets.CICD_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments