Skip to content

Commit bc23aca

Browse files
committed
Use commit hash for github actions
1 parent c81e5b0 commit bc23aca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
packages: write
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
with:
2525
fetch-depth: "0"
2626

2727
- name: Log in to the Container Registry
28-
uses: docker/login-action@v4
28+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Determine Tags & Labels based on Git ref
3535
id: meta
36-
uses: docker/metadata-action@v6
36+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
3737
with:
3838
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
3939
tags: |
@@ -43,7 +43,7 @@ jobs:
4343
type=raw,value={{date 'YYYYMMDD-HHmmss'}},enable={{is_default_branch}}
4444
4545
- name: Build & Push container image
46-
uses: docker/build-push-action@v7
46+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4747
with:
4848
context: .
4949
file: ./Containerfile

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"reviewers": ["team:nunki"],
5+
"pinDigests": true,
56
"customManagers": [
67
{
78
"fileMatch": ["(^|/)Containerfile$"],

0 commit comments

Comments
 (0)