Skip to content

Commit 9a033a0

Browse files
authored
chore(deps): pin github actions by hash (#12958)
Signed-off-by: Fabian Kammel <fabian@kammel.dev>
1 parent 908b106 commit 9a033a0

6 files changed

Lines changed: 6 additions & 48 deletions

.github/workflows/close-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Close stale issues and PRs
19-
uses: actions/stale@v9
19+
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
2020
with:
2121
# Disable automatic stale marking - only close manually labeled items
2222
days-before-stale: -1

.github/workflows/plantuml.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/release-x-manual-docker-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
# upload the digest file as artifact
8888
- name: Upload digest
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9090
with:
9191
name: digests-${{ matrix.docker-image}}-${{ matrix.os }}-${{ env.PLATFORM }}
9292
path: ${{ runner.temp }}/digests/*

.github/workflows/release-x-manual-merge-container-digests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# only download digests for this image and this os
4141
- name: Download digests
42-
uses: actions/download-artifact@v5
42+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4343
with:
4444
path: ${{ runner.temp }}/digests
4545
pattern: digests-${{ matrix.docker-image}}-${{ matrix.os }}-*
@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}
5353

5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@v3
55+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5656

5757
# the alpine and debian images are tagged with the os name
5858
- name: Create OS specific manifest list and push

.github/workflows/release-x-manual-tag-as-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444

4545
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@v3
46+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4747

4848
# debian images are the default / official ones, and these were already tagged, so these get the latest tag
4949
- name: Tag Debian with latest tags

.github/workflows/release_drafter_valentijn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
update_release_draft:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: valentijnscholten/release-drafter@master # TODO: not maintained anymore - missing part is maybe already solved in the upstream
23+
- uses: valentijnscholten/release-drafter@f587de96a420b4b7f767d7eb12817926f18cad69 # master # TODO: not maintained anymore - missing part is maybe already solved in the upstream
2424
with:
2525
version: ${{github.event.inputs.version}}
2626
previous-version: ${{github.event.inputs.previous-version}}

0 commit comments

Comments
 (0)