Skip to content

Commit 73d6e80

Browse files
Merge pull request #1 from fiskaly/META-3063-Pin-to-SHAs-all-GitHub-actions
META-3063: Pin to SHAs all GitHub actions
2 parents d367713 + b0553ad commit 73d6e80

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/dependabot.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
open-pull-requests-limit: 5
12+
labels:
13+
- "github-action :construction:"
14+
- "team-tux :penguin:"
15+
commit-message:
16+
prefix: "chore(deps)"

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242

4343
- name: Building
4444
run: |

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ jobs:
4848
packages: write
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252

5353
- name: Authorization
54-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
54+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Setup
6161
id: meta
62-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
62+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
6363
with:
6464
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6565

@@ -68,7 +68,7 @@ jobs:
6868
make build
6969
7070
- name: Publish
71-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
71+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7272
with:
7373
context: .
7474
push: true

0 commit comments

Comments
 (0)