Skip to content

Commit 94e2a5d

Browse files
committed
chore: update GitHub Action pins
Pin listed workflow actions to current upstream default-branch SHAs.
1 parent dadce64 commit 94e2a5d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/docker-pr-dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Set up Docker Buildx
41-
uses: docker/setup-buildx-action@v3
41+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
4242

4343
- name: Login to Harbor
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@2ff7bc63ffa51414f77e9cbeea0d3297c1672d2e
4545
with:
4646
registry: ${{ env.REGISTRY_HARBOR }}
4747
username: ${{ vars.REGISTRY_USER }}
4848
password: ${{ secrets.registry_password }}
4949

5050
- name: Login to GitHub Container Registry
51-
uses: docker/login-action@v3
51+
uses: docker/login-action@2ff7bc63ffa51414f77e9cbeea0d3297c1672d2e
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Extract Docker metadata
5858
id: meta
59-
uses: docker/metadata-action@v5
59+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
6060
with:
6161
images: |
6262
${{ env.REGISTRY_GHCR }}/famedly/${{ env.IMAGE_NAME }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build and push Docker image (amd64 only)
7070
id: build
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@9e8d01178c767b734d2fef9a000ac2a2137f483f
7272
with:
7373
context: .
7474
push: true

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Caching
63-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
63+
uses: Swatinem/rust-cache@65012b490220f477f20ab979e35ae732e6de4e68 # v2.8.0
6464
with:
6565
shared-key: "mdbook"
6666
save-if: ${{ ! startsWith(github.ref, 'gh-readonly-queue/') }}

.github/workflows/famedly-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Setup Poetry
63-
uses: matrix-org/setup-python-poetry@v2
63+
uses: matrix-org/setup-python-poetry@1297526d8f92f6852ff499827bc63cbcf265caba
6464
with:
6565
poetry-version: "2.2.1"
6666
python-version: "3.13"
@@ -83,7 +83,7 @@ jobs:
8383
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
8484

8585
- name: Setup Poetry
86-
uses: matrix-org/setup-python-poetry@v2
86+
uses: matrix-org/setup-python-poetry@1297526d8f92f6852ff499827bc63cbcf265caba
8787
with:
8888
# We want to make use of type hints in optional dependencies too.
8989
extras: all
@@ -256,7 +256,7 @@ jobs:
256256
- run: poetry run coverage combine
257257
- run: poetry run coverage xml
258258
- name: Codecov - Upload coverage
259-
uses: codecov/codecov-action@v5
259+
uses: codecov/codecov-action@ca0a928a4cb3911011e868128a5cd90437c12db1
260260
with:
261261
use_oidc: true
262262

0 commit comments

Comments
 (0)