Skip to content

Commit 4a3f10e

Browse files
chore(deps): pin dependencies
1 parent f7bdb57 commit 4a3f10e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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') }}
@@ -90,7 +90,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)